Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/skywalk/nexus/flowswitch/
H A Dfsw.c1742 flow_entry_stats_get(fe, sf); in fsw_mib_get_flow()
1781 flow_entry_stats_get(fe, sf); in fsw_mib_get_flow()
1796 flow_entry_stats_get(_fe, sf); in fsw_mib_get_flow()
1810 flow_entry_stats_get(fe, sf); in fsw_mib_get_flow()
/xnu-12377.61.12/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_var.h1020 extern void flow_entry_stats_get(struct flow_entry *, struct sk_stats_flow *);
H A Dflow_entry.c1105 flow_entry_stats_get(struct flow_entry *fe, struct sk_stats_flow *sf) in flow_entry_stats_get() function