Home
last modified time | relevance | path

Searched refs:FLOWADVF_VALID (Results 1 – 2 of 2) sorted by relevance

/xnu-8019.80.24/bsd/skywalk/channel/
H A Dos_channel_private.h439 #define FLOWADVF_VALID 0x1 /* flow is valid */ macro
/xnu-8019.80.24/bsd/skywalk/nexus/
H A Dnexus_adapter.c3385 fae->fae_flags |= FLOWADVF_VALID; in na_flowadv_entry_alloc()
3411 fae->fae_flags &= ~FLOWADVF_VALID; in na_flowadv_entry_free()
3442 ASSERT(fae->fae_flags & FLOWADVF_VALID); in na_flowadv_set()
3489 ASSERT(fae->fae_flags & FLOWADVF_VALID); in na_flowadv_clear()