Searched refs:tcfa_bstats (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
H A D | act_api.h | 33 struct gnet_stats_basic_packed tcfa_bstats; member 53 #define tcf_bstats common.tcfa_bstats 207 bstats_update(&a->tcfa_bstats, skb); in tcf_action_update_bstats()
|
/kernel/linux/linux-6.6/include/net/ |
H A D | act_api.h | 34 struct gnet_stats_basic_sync tcfa_bstats; member 55 #define tcf_bstats common.tcfa_bstats 230 bstats_update(&a->tcfa_bstats, skb); in tcf_action_update_bstats()
|
/kernel/linux/linux-6.6/net/sched/ |
H A D | act_api.c | 758 gnet_stats_basic_sync_init(&p->tcfa_bstats); in tcf_idr_create() 767 err = gen_new_estimator(&p->tcfa_bstats, p->cpu_bstats, in tcf_idr_create() 1521 _bstats_update(&a->tcfa_bstats, bytes, packets); in tcf_action_update_stats() 1557 &p->tcfa_bstats, false) < 0 || in tcf_action_copy_stats()
|
/kernel/linux/linux-5.10/net/sched/ |
H A D | act_api.c | 458 err = gen_new_estimator(&p->tcfa_bstats, p->cpu_bstats, in tcf_idr_create() 1134 _bstats_update(&a->tcfa_bstats, bytes, packets); in tcf_action_update_stats() 1169 if (gnet_stats_copy_basic(NULL, &d, p->cpu_bstats, &p->tcfa_bstats) < 0 || in tcf_action_copy_stats()
|
Completed in 8 milliseconds