Home
last modified time | relevance | path

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

/xnu-8796.101.5/bsd/skywalk/nexus/flowswitch/
H A Dfsw.c1609 flow_entry_stats_get(fe, sf); in fsw_mib_get_flow()
1648 flow_entry_stats_get(fe, sf); in fsw_mib_get_flow()
1663 flow_entry_stats_get(_fe, sf); in fsw_mib_get_flow()
1677 flow_entry_stats_get(fe, sf); in fsw_mib_get_flow()
/xnu-8796.101.5/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_var.h982 extern void flow_entry_stats_get(struct flow_entry *, struct sk_stats_flow *);
H A Dflow_entry.c926 flow_entry_stats_get(struct flow_entry *fe, struct sk_stats_flow *sf) in flow_entry_stats_get() function