Searched refs:SS_DEFUNCT (Results 1 – 11 of 11) sorted by relevance
507 ((so->so_state & SS_DEFUNCT) || in inpcb_get_if_ports_used()876 if ((so->so_state & SS_DEFUNCT) || so->so_state & SS_ISDISCONNECTED || in inp_limit_companion_link()
2841 if ((so->so_state & SS_DEFUNCT) || (tp != NULL && tp->t_state == TCPS_CLOSED)) { in tcp_mtudisc()4048 (so->so_state & SS_DEFUNCT)) { in tcp_fill_keepalive_offload_frames()4253 (so->so_state & SS_DEFUNCT)) { in tcp_notify_kao_timeout()
2844 (so->so_state & SS_DEFUNCT)) { in udp_fill_keepalive_offload_frames()
6209 if ((so->so_state & SS_DEFUNCT) || tp->t_state == TCPS_CLOSED) { in tcp_mss()
2179 if (so->so_state & SS_DEFUNCT) { in mptcp_subflow_soreceive()
1441 if (so == NULL || (so->so_state & SS_DEFUNCT) || in sflt_register_common()1459 if (so == NULL || (so->so_state & SS_DEFUNCT) || in sflt_register_common()
1292 !(so->so_state & SS_DEFUNCT) && in sendit()1665 !(so->so_state & SS_DEFUNCT) && in sendmsg_x()1953 if (!(so->so_state & SS_DEFUNCT) && in recvit()2326 if (!(so->so_state & SS_DEFUNCT) && in recvmsg_x()
2547 !(so->so_state & SS_DEFUNCT) && in sbunlock()2555 (so->so_state & SS_DEFUNCT) || in sbunlock()
3420 if (so->so_state & SS_DEFUNCT) { in soreceive()4272 if (so->so_state & SS_DEFUNCT) { in soreceive_list()7564 if (so->so_state & SS_DEFUNCT) { in sodefunct()7656 so->so_state |= SS_DEFUNCT; in sodefunct()
398 #define SS_DEFUNCT 0x8000 /* has been fully defunct'd */ macro
4074 if (so->so_state & SS_DEFUNCT) { in cfil_service_inject_queue()