Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_entry.c878 ASSERT(flow_entry_refcnt(fe) > 2 || in flow_entry_destroy()
879 ((fe->fe_flags & FLOWENTF_CHILD) && flow_entry_refcnt(fe) > 1)); in flow_entry_destroy()
927 flow_entry_refcnt(struct flow_entry *fe) in flow_entry_refcnt() function
H A Dflow_var.h1011 extern uint32_t flow_entry_refcnt(struct flow_entry *fe);
/xnu-12377.61.12/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c4427 ASSERT(flow_entry_refcnt(fe) >= 1); in fsw_linger_insert()
4494 ASSERT(flow_entry_refcnt(fe) >= 1); in fsw_rxstrc_insert()