Home
last modified time | relevance | path

Searched refs:tcf_action_update_bstats (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/net/sched/
H A Dact_connmark.c45 tcf_action_update_bstats(&ca->common, skb); in tcf_connmark_act()
H A Dact_gact.c164 tcf_action_update_bstats(&gact->common, skb); in tcf_gact_act()
H A Dact_nat.c131 tcf_action_update_bstats(&p->common, skb); in tcf_nat_act()
H A Dact_ctinfo.c96 tcf_action_update_bstats(&ca->common, skb); in tcf_ctinfo_act()
H A Dact_vlan.c33 tcf_action_update_bstats(&v->common, skb); in tcf_vlan_act()
H A Dact_mirred.c325 tcf_action_update_bstats(&m->common, skb); in tcf_mirred_act()
H A Dact_pedit.c409 tcf_action_update_bstats(&p->common, skb); in tcf_pedit_act()
H A Dact_csum.c581 tcf_action_update_bstats(&p->common, skb); in tcf_csum_act()
H A Dact_gate.c125 tcf_action_update_bstats(&gact->common, skb); in tcf_gate_act()
H A Dact_tunnel_key.c37 tcf_action_update_bstats(&t->common, skb); in tunnel_key_act()
H A Dact_ct.c982 tcf_action_update_bstats(&c->common, skb); in tcf_ct_act()
/openbmc/linux/include/net/
H A Dact_api.h222 static inline void tcf_action_update_bstats(struct tc_action *a, in tcf_action_update_bstats() function