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