Searched refs:sorestrictsend (Results 1 – 3 of 3) sorted by relevance
745 extern int sorestrictsend;
323 int sorestrictsend = 1; variable324 SYSCTL_INT(_kern_ipc, OID_AUTO, sorestrictsend, CTLFLAG_RW | CTLFLAG_LOCKED,325 &sorestrictsend, 0, "Enable outbound interface restrictions");
4127 if (!sorestrictsend) { in _inp_restricted_send()