Searched refs:tcf_action_update_bstats (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/net/sched/ |
H A D | act_connmark.c | 45 tcf_action_update_bstats(&ca->common, skb); in tcf_connmark_act()
|
H A D | act_gact.c | 164 tcf_action_update_bstats(&gact->common, skb); in tcf_gact_act()
|
H A D | act_nat.c | 131 tcf_action_update_bstats(&p->common, skb); in tcf_nat_act()
|
H A D | act_ctinfo.c | 96 tcf_action_update_bstats(&ca->common, skb); in tcf_ctinfo_act()
|
H A D | act_vlan.c | 33 tcf_action_update_bstats(&v->common, skb); in tcf_vlan_act()
|
H A D | act_mirred.c | 325 tcf_action_update_bstats(&m->common, skb); in tcf_mirred_act()
|
H A D | act_pedit.c | 409 tcf_action_update_bstats(&p->common, skb); in tcf_pedit_act()
|
H A D | act_csum.c | 581 tcf_action_update_bstats(&p->common, skb); in tcf_csum_act()
|
H A D | act_gate.c | 125 tcf_action_update_bstats(&gact->common, skb); in tcf_gate_act()
|
H A D | act_tunnel_key.c | 37 tcf_action_update_bstats(&t->common, skb); in tunnel_key_act()
|
H A D | act_ct.c | 982 tcf_action_update_bstats(&c->common, skb); in tcf_ct_act()
|
/openbmc/linux/include/net/ |
H A D | act_api.h | 222 static inline void tcf_action_update_bstats(struct tc_action *a, in tcf_action_update_bstats() function
|