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