Home
last modified time | relevance | path

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

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