Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dact_gact.c185 tcf_action_update_stats(a, bytes, packets, in tcf_gact_stats_update()
H A Dact_sample.c220 tcf_action_update_stats(a, bytes, packets, drops, hw); in tcf_sample_stats_update()
H A Dact_vlan.c342 tcf_action_update_stats(a, bytes, packets, drops, hw); in tcf_vlan_stats_update()
H A Dact_skbedit.c100 tcf_action_update_stats(a, bytes, packets, drops, hw); in tcf_skbedit_stats_update()
H A Dact_mirred.c508 tcf_action_update_stats(a, bytes, packets, drops, hw); in tcf_stats_update()
H A Dact_pedit.c504 tcf_action_update_stats(a, bytes, packets, drops, hw); in tcf_pedit_stats_update()
H A Dact_police.c341 tcf_action_update_stats(a, bytes, packets, drops, hw); in tcf_police_stats_update()
H A Dact_gate.c678 tcf_action_update_stats(a, bytes, packets, drops, hw); in tcf_gate_stats_update()
H A Dact_api.c1587 void tcf_action_update_stats(struct tc_action *a, u64 bytes, u64 packets, in tcf_action_update_stats() function
1606 EXPORT_SYMBOL(tcf_action_update_stats);
H A Dact_ct.c1650 tcf_action_update_stats(a, bytes, packets, drops, hw); in tcf_ct_offload_act_setup()
/linux/include/net/
H A Dact_api.h260 void tcf_action_update_stats(struct tc_action *a, u64 bytes, u64 packets,