Searched refs:tcf_sample (Results 1 – 2 of 2) sorted by relevance
47 struct tcf_sample *s; in tcf_sample_init()130 struct tcf_sample *s = to_sample(a); in tcf_sample_cleanup()159 struct tcf_sample *s = to_sample(a); in tcf_sample_act()196 struct tcf_sample *s = to_sample(a); in tcf_sample_stats_update()207 struct tcf_sample *s = to_sample(a); in tcf_sample_dump()254 struct tcf_sample *s = to_sample(a); in tcf_sample_get_group()308 .size = sizeof(struct tcf_sample),
9 struct tcf_sample { struct18 #define to_sample(a) ((struct tcf_sample *)a) argument