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