Home
last modified time | relevance | path

Searched refs:SOF1_DEFUNCTINPROG (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.41.6/bsd/sys/
H A Dsocketvar.h270 #define SOF1_DEFUNCTINPROG 0x00000008 macro
/xnu-12377.41.6/bsd/kern/
H A Duipc_socket2.c2624 !(so->so_flags1 & SOF1_DEFUNCTINPROG)) { in sbunlock()
2632 (so->so_flags1 & SOF1_DEFUNCTINPROG)); in sbunlock()
H A Duipc_socket.c7548 so->so_flags1 |= SOF1_DEFUNCTINPROG; in sodefunct()
/xnu-12377.41.6/bsd/netinet/
H A Dmptcp_usrreq.c927 (mp_so->so_flags1 & SOF1_DEFUNCTINPROG)) { in mptcp_disconnect()
H A Dtcp_usrreq.c3153 so->so_flags1 & SOF1_DEFUNCTINPROG) { in tcp_disconnect()