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

/darwin-on-arm/xnu/bsd/netinet/
H A Din_pcb.h537 #define INP_IS_FLOW_CONTROLLED(_inp_) ((_inp_)->inp_flags & INP_FLOW_CONTROLLED)
542 (((_inp_)->inp_flags & (INP_FLOW_CONTROLLED | INP_FLOW_SUSPENDED)) != 0)
593 #define INP_FLOW_CONTROLLED 0x40000000 /* flow controlled */ 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);
2226 inp->inp_flags |= INP_FLOW_CONTROLLED;

Completed in 11 milliseconds