Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/skywalk/nexus/flowswitch/
H A Dfsw.c1731 flow_entry_stats_get(fe, sf); in fsw_mib_get_flow()
1770 flow_entry_stats_get(fe, sf); in fsw_mib_get_flow()
1785 flow_entry_stats_get(_fe, sf); in fsw_mib_get_flow()
1799 flow_entry_stats_get(fe, sf); in fsw_mib_get_flow()
/xnu-11215.1.10/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_var.h1006 extern void flow_entry_stats_get(struct flow_entry *, struct sk_stats_flow *);
H A Dflow_entry.c946 flow_entry_stats_get(struct flow_entry *fe, struct sk_stats_flow *sf) in flow_entry_stats_get() function