Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/sys/
H A Dsocketvar.h279 #define SOF1_DEFUNCTINPROG 0x00000008 macro
/xnu-11417.140.69/bsd/kern/
H A Duipc_socket2.c2641 !(so->so_flags1 & SOF1_DEFUNCTINPROG)) { in sbunlock()
2649 (so->so_flags1 & SOF1_DEFUNCTINPROG)); in sbunlock()
H A Duipc_socket.c7631 so->so_flags1 |= SOF1_DEFUNCTINPROG; in sodefunct()
/xnu-11417.140.69/bsd/netinet/
H A Dmptcp_usrreq.c925 (mp_so->so_flags1 & SOF1_DEFUNCTINPROG)) { in mptcp_disconnect()
H A Dtcp_usrreq.c3156 so->so_flags1 & SOF1_DEFUNCTINPROG) { in tcp_disconnect()