Home
last modified time | relevance | path

Searched refs:INP_FLOW_SUSPENDED (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.41.6/tools/lldbmacros/
H A Dnetdefines.py175 INP_FLOW_SUSPENDED = 0x10000000 variable
H A Dnet.py1492 if (pcb.inp_flags & INP_FLOW_SUSPENDED):
/xnu-12377.41.6/bsd/netinet/
H A Din_pcb.h758 ((((_inp_)->inp_flags & INP_FLOW_SUSPENDED) || \
761 (((_inp_)->inp_flags & (INP_FLOW_CONTROLLED | INP_FLOW_SUSPENDED)) != 0)
831 #define INP_FLOW_SUSPENDED 0x10000000 /* flow suspended */ macro
H A Din_pcb.c3651 inp->inp_flags &= ~(INP_FLOW_CONTROLLED | INP_FLOW_SUSPENDED); in inp_reset_fc_state()
3682 inp->inp_flags &= ~(INP_FLOW_CONTROLLED | INP_FLOW_SUSPENDED); in inp_set_fc_state()
3695 inp->inp_flags |= INP_FLOW_SUSPENDED; in inp_set_fc_state()