Home
last modified time | relevance | path

Searched refs:FLOWADVF_SUSPENDED (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.1.9/bsd/skywalk/channel/
H A Dos_channel_private.h467 #define FLOWADVF_SUSPENDED 0x2 /* flow is suspended */ macro
/xnu-12377.1.9/bsd/skywalk/nexus/
H A Dnexus_adapter.c3337 fae->fae_flags |= FLOWADVF_SUSPENDED; in na_flowadv_set()
3386 fae->fae_flags &= ~FLOWADVF_SUSPENDED; in na_flowadv_clear()
/xnu-12377.1.9/libsyscall/wrappers/skywalk/
H A Dos_channel.c1251 return __improbable((fe->fae_flags & FLOWADVF_SUSPENDED) != 0) ? in os_channel_flow_admissible()