Home
last modified time | relevance | path

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

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