Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/skywalk/nexus/flowswitch/
H A Dfsw.c1711 flow_entry_stats_get(fe, sf); in fsw_mib_get_flow()
1750 flow_entry_stats_get(fe, sf); in fsw_mib_get_flow()
1765 flow_entry_stats_get(_fe, sf); in fsw_mib_get_flow()
1779 flow_entry_stats_get(fe, sf); in fsw_mib_get_flow()
/xnu-10063.141.1/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_var.h991 extern void flow_entry_stats_get(struct flow_entry *, struct sk_stats_flow *);
H A Dflow_entry.c936 flow_entry_stats_get(struct flow_entry *fe, struct sk_stats_flow *sf) in flow_entry_stats_get() function