Searched refs:sorestrictrecv (Results 1 – 3 of 3) sorted by relevance
744 extern int sorestrictrecv;
319 int sorestrictrecv = 1; variable320 SYSCTL_INT(_kern_ipc, OID_AUTO, sorestrictrecv, CTLFLAG_RW | CTLFLAG_LOCKED,321 &sorestrictrecv, 0, "Enable inbound interface restrictions");
4061 if (!sorestrictrecv) { in _inp_restricted_recv()