Searched refs:sorestrictsend (Results 1 – 3 of 3) sorted by relevance
736 extern int sorestrictsend;
288 int sorestrictsend = 1; variable289 SYSCTL_INT(_kern_ipc, OID_AUTO, sorestrictsend, CTLFLAG_RW | CTLFLAG_LOCKED,290 &sorestrictsend, 0, "Enable outbound interface restrictions");
4106 if (!sorestrictsend) { in _inp_restricted_send()