Home
last modified time | relevance | path

Searched refs:SOF_DEFUNCT (Results 1 – 10 of 10) sorted by relevance

/xnu-8020.140.41/bsd/kern/
H A Duipc_socket.c923 if (so->so_flags & SOF_DEFUNCT) { in sobindlock()
1017 (so->so_flags & SOF_DEFUNCT)) { in solisten()
1019 if (so->so_flags & SOF_DEFUNCT) { in solisten()
1665 if ((so->so_options & SO_ACCEPTCONN) || (so->so_flags & SOF_DEFUNCT)) { in soconnectlock()
1667 if (so->so_flags & SOF_DEFUNCT) { in soconnectlock()
1788 if ((so->so_options & SO_ACCEPTCONN) || (so->so_flags & SOF_DEFUNCT)) { in soconnectxlocked()
1790 if (so->so_flags & SOF_DEFUNCT) { in soconnectxlocked()
2000 if (so->so_flags & SOF_DEFUNCT) { in sosendcheck()
2013 if (so->so_flags & SOF_DEFUNCT) { in sosendcheck()
2091 if (so->so_flags & SOF_DEFUNCT) { in sosendcheck()
[all …]
H A Duipc_socket2.c552 if ((so->so_state & SS_DRAINING) || (so->so_flags & SOF_DEFUNCT)) { in sbwait()
554 if (so->so_flags & SOF_DEFUNCT) { in sbwait()
592 if ((so->so_state & SS_DRAINING) || (so->so_flags & SOF_DEFUNCT)) { in sbwait()
594 if (so->so_flags & SOF_DEFUNCT) { in sbwait()
622 if (so->so_flags & SOF_DEFUNCT) { in sowakeup()
2444 if (!(so->so_flags & SOF_DEFUNCT) && !(sb->sb_flags & SB_LOCK)) { in sblock()
2497 if (error == 0 && (so->so_flags & SOF_DEFUNCT) && in sblock()
2545 if (!(so->so_flags & SOF_DEFUNCT) && in sbunlock()
H A Dkpi_socket.c202 if (new_so->so_flags & SOF_DEFUNCT) { in sock_accept_common()
H A Duipc_syscalls.c636 if (so->so_flags & SOF_DEFUNCT) { in accept_nocancel()
/xnu-8020.140.41/bsd/sys/
H A Dsocketvar.h229 #define SOF_DEFUNCT 0x00000008 /* socket marked as inactive */ macro
/xnu-8020.140.41/bsd/netinet/
H A Dmptcp.c687 if (mp_so->so_flags & SOF_DEFUNCT) { in mptcp_output()
H A Dmptcp_subr.c2170 if (so->so_flags & SOF_DEFUNCT) { in mptcp_subflow_soreceive()
2888 if (mp_so->so_flags & SOF_DEFUNCT) { in mptcp_subflow_disconnect()
5711 if (m == NULL && (so->so_flags & SOF_DEFUNCT)) { in mptcp_output_getm_dsnmap64()
5878 if (so->so_snd.sb_mb == NULL && (so->so_flags & SOF_DEFUNCT)) { in mptcp_adj_sendlen()
H A Dmptcp_usrreq.c904 if (!(mp_so->so_flags & SOF_PCBCLEARING) && !(mp_so->so_flags & SOF_DEFUNCT)) { in mptcp_disconnect()
H A Dtcp_input.c4004 if ((so->so_flags & SOF_DEFUNCT) && tp->t_state > TCPS_FIN_WAIT_1) { in tcp_input()
/xnu-8020.140.41/bsd/net/
H A Dcontent_filter.c1579 if (!(so->so_flags & SOF_DEFUNCT) && !(sb->sb_flags & SB_LOCK)) { in cfil_release_sockbuf()
4950 if (so->so_flags & SOF_DEFUNCT) { in cfil_sock_data_out()