Searched refs:sorestrictrecv (Results 1 – 3 of 3) sorted by relevance
712 extern int sorestrictrecv;
306 int sorestrictrecv = 1; variable307 SYSCTL_INT(_kern_ipc, OID_AUTO, sorestrictrecv, CTLFLAG_RW | CTLFLAG_LOCKED,308 &sorestrictrecv, 0, "Enable inbound interface restrictions");
3729 if (!sorestrictrecv) { in _inp_restricted_recv()