Home
last modified time | relevance | path

Searched refs:tcf_sample (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/net/sched/
Dact_sample.c48 struct tcf_sample *s; in tcf_sample_init()
131 struct tcf_sample *s = to_sample(a); in tcf_sample_cleanup()
160 struct tcf_sample *s = to_sample(a); in tcf_sample_act()
197 struct tcf_sample *s = to_sample(a); in tcf_sample_stats_update()
208 struct tcf_sample *s = to_sample(a); in tcf_sample_dump()
272 struct tcf_sample *s = to_sample(a); in tcf_sample_get_group()
297 .size = sizeof(struct tcf_sample),
/Linux-v5.15/include/net/tc_act/
Dtc_sample.h9 struct tcf_sample { struct
18 #define to_sample(a) ((struct tcf_sample *)a) argument