Home
last modified time | relevance | path

Searched refs:tcf_action_update_stats (Results 1 – 11 of 11) sorted by relevance

/linux-6.1.9/net/sched/
Dact_gact.c178 tcf_action_update_stats(a, bytes, packets, in tcf_gact_stats_update()
Dact_sample.c199 tcf_action_update_stats(a, bytes, packets, drops, hw); in tcf_sample_stats_update()
Dact_vlan.c341 tcf_action_update_stats(a, bytes, packets, drops, hw); in tcf_vlan_stats_update()
Dact_mirred.c334 tcf_action_update_stats(a, bytes, packets, drops, hw); in tcf_stats_update()
Dact_skbedit.c100 tcf_action_update_stats(a, bytes, packets, drops, hw); in tcf_skbedit_stats_update()
Dact_pedit.c437 tcf_action_update_stats(a, bytes, packets, drops, hw); in tcf_pedit_stats_update()
Dact_police.c333 tcf_action_update_stats(a, bytes, packets, drops, hw); in tcf_police_stats_update()
Dact_gate.c573 tcf_action_update_stats(a, bytes, packets, drops, hw); in tcf_gate_stats_update()
Dact_api.c1511 void tcf_action_update_stats(struct tc_action *a, u64 bytes, u64 packets, in tcf_action_update_stats() function
1530 EXPORT_SYMBOL(tcf_action_update_stats);
Dact_ct.c1565 tcf_action_update_stats(a, bytes, packets, drops, hw); in tcf_stats_update()
/linux-6.1.9/include/net/
Dact_api.h255 void tcf_action_update_stats(struct tc_action *a, u64 bytes, u64 packets,