Searched refs:FLOWADVF_SUSPENDED (Results 1 – 3 of 3) sorted by relevance
457 #define FLOWADVF_SUSPENDED 0x2 /* flow is suspended */ macro
3265 fae->fae_flags |= FLOWADVF_SUSPENDED; in na_flowadv_set()3312 fae->fae_flags &= ~FLOWADVF_SUSPENDED; in na_flowadv_clear()
1287 return __improbable((fe->fae_flags & FLOWADVF_SUSPENDED) != 0) ? in os_channel_flow_admissible()