Searched refs:INP2_TIMEWAIT (Results 1 – 7 of 7) sorted by relevance
183 INP2_TIMEWAIT = 0x00000001 variable
1500 if (pcb.inp_flags2 & INP2_TIMEWAIT):
553 if (!(inp->inp_flags2 & INP2_TIMEWAIT)) { in add_to_time_wait_locked()555 inp->inp_flags2 |= INP2_TIMEWAIT; in add_to_time_wait_locked()620 if (inp->inp_flags2 & INP2_TIMEWAIT) { in tcp_remove_from_time_wait()2456 if (tp->t_inpcb->inp_flags2 & INP2_TIMEWAIT) { in tcp_check_timer_state()
849 #define INP2_TIMEWAIT 0x00000001 /* in TIMEWAIT */ macro
2010 if (!(inp->inp_flags2 & INP2_TIMEWAIT)) { in in_pcbdetach()2940 if (inp->inp_flags2 & INP2_TIMEWAIT) { in in_pcbremlists()2943 inp->inp_flags2 &= ~INP2_TIMEWAIT; in in_pcbremlists()
1980 !(inp->inp_flags2 & INP2_TIMEWAIT)) { in tcp_close()
904 if (!(inp->inp_flags2 & INP2_TIMEWAIT)) { in in6_pcbdetach()