Home
last modified time | relevance | path

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

/linux/include/net/tc_act/
H A Dtc_sample.h18 #define to_sample(a) ((struct tcf_sample *)a) macro
22 return to_sample(a)->rate; in tcf_sample_rate()
27 return to_sample(a)->truncate; in tcf_sample_truncate()
32 return to_sample(a)->trunc_size; in tcf_sample_trunc_size()
/linux/net/sched/
H A Dact_sample.c107 s = to_sample(*a); in tcf_sample_init()
138 struct tcf_sample *s = to_sample(a); in tcf_sample_cleanup()
168 struct tcf_sample *s = to_sample(a); in tcf_sample_act()
217 struct tcf_sample *s = to_sample(a); in tcf_sample_stats_update()
228 struct tcf_sample *s = to_sample(a); in tcf_sample_dump()
275 struct tcf_sample *s = to_sample(a); in tcf_sample_get_group()