Searched refs:sorestrictsend (Results 1 – 3 of 3) sorted by relevance
733 extern int sorestrictsend;
310 int sorestrictsend = 1; variable311 SYSCTL_INT(_kern_ipc, OID_AUTO, sorestrictsend, CTLFLAG_RW | CTLFLAG_LOCKED,312 &sorestrictsend, 0, "Enable outbound interface restrictions");
3858 if (!sorestrictsend) { in _inp_restricted_send()