Searched refs:INP_FLOW_SUSPENDED (Results 1 – 4 of 4) sorted by relevance
175 INP_FLOW_SUSPENDED = 0x10000000 variable
1492 if (pcb.inp_flags & INP_FLOW_SUSPENDED):
758 ((((_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
3651 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()