Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/skywalk/channel/
H A Dos_channel_private.h439 #define FLOWADVF_VALID 0x1 /* flow is valid */ macro
/xnu-8020.101.4/bsd/skywalk/nexus/
H A Dnexus_adapter.c3205 fae->fae_flags |= FLOWADVF_VALID; in na_flowadv_entry_alloc()
3231 fae->fae_flags &= ~FLOWADVF_VALID; in na_flowadv_entry_free()
3262 ASSERT(fae->fae_flags & FLOWADVF_VALID); in na_flowadv_set()
3309 ASSERT(fae->fae_flags & FLOWADVF_VALID); in na_flowadv_clear()