Home
last modified time | relevance | path

Searched refs:SO_RESTRICT_DENY_EXPENSIVE (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.41.6/bsd/sys/
H A Dsocket_private.h104 #define SO_RESTRICT_DENY_EXPENSIVE 0x8 /* deny use of expensive if (trapdoor) */ macro
/xnu-12377.41.6/bsd/netinet/
H A Dmptcp.c1395 (mp_so->so_restrictions & SO_RESTRICT_DENY_EXPENSIVE)) { in mptcp_session_necp_cb()
1518 (mp_so->so_restrictions & SO_RESTRICT_DENY_EXPENSIVE)) { in mptcp_set_restrictions()
/xnu-12377.41.6/bsd/kern/
H A Duipc_socket.c7835 noexpensive_old = (so->so_restrictions & SO_RESTRICT_DENY_EXPENSIVE); in so_set_restrictions()
7839 SO_RESTRICT_DENY_EXPENSIVE | SO_RESTRICT_DENY_CONSTRAINED)); in so_set_restrictions()
7841 noexpensive_new = (so->so_restrictions & SO_RESTRICT_DENY_EXPENSIVE); in so_set_restrictions()
7878 SO_RESTRICT_DENY_CELLULAR | SO_RESTRICT_DENY_EXPENSIVE); in so_get_restrictions()
H A Duipc_socket2.c2720 !(so->so_restrictions & SO_RESTRICT_DENY_EXPENSIVE) && in soevent()