Home
last modified time | relevance | path

Searched refs:INP2_TIMEWAIT (Results 1 – 7 of 7) sorted by relevance

/xnu-12377.41.6/tools/lldbmacros/
H A Dnetdefines.py183 INP2_TIMEWAIT = 0x00000001 variable
H A Dnet.py1500 if (pcb.inp_flags2 & INP2_TIMEWAIT):
/xnu-12377.41.6/bsd/netinet/
H A Dtcp_timer.c553 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()
H A Din_pcb.h849 #define INP2_TIMEWAIT 0x00000001 /* in TIMEWAIT */ macro
H A Din_pcb.c2010 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()
H A Dtcp_subr.c1980 !(inp->inp_flags2 & INP2_TIMEWAIT)) { in tcp_close()
/xnu-12377.41.6/bsd/netinet6/
H A Din6_pcb.c904 if (!(inp->inp_flags2 & INP2_TIMEWAIT)) { in in6_pcbdetach()