Searched refs:INP_FLOW_SUSPENDED (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Din_pcb.h539 (((_inp_)->inp_flags & INP_FLOW_SUSPENDED) || \
542 (((_inp_)->inp_flags & (INP_FLOW_CONTROLLED | INP_FLOW_SUSPENDED)) != 0)
591 #define INP_FLOW_SUSPENDED 0x10000000 /* flow suspended */ macro
H A Din_pcb.c2194 inp->inp_flags &= ~(INP_FLOW_CONTROLLED | INP_FLOW_SUSPENDED);
2222 inp->inp_flags &= ~(INP_FLOW_CONTROLLED | INP_FLOW_SUSPENDED);
2229 inp->inp_flags |= INP_FLOW_SUSPENDED;

Completed in 16 milliseconds