Home
last modified time | relevance | path

Searched refs:to_ct (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/net/tc_act/
H A Dtc_ct.h38 #define to_ct(a) ((struct tcf_ct *)a) macro
41 rcu_dereference_protected(to_ct(a)->params, \
/kernel/linux/linux-6.6/include/net/tc_act/
H A Dtc_ct.h39 #define to_ct(a) ((struct tcf_ct *)a) macro
42 rcu_dereference_protected(to_ct(a)->params, \
/kernel/linux/linux-5.10/net/sched/
H A Dact_ct.c935 struct tcf_ct *c = to_ct(a); in tcf_ct_act()
1282 c = to_ct(*a); in tcf_ct_init()
1325 struct tcf_ct *c = to_ct(a); in tcf_ct_cleanup()
1399 struct tcf_ct *c = to_ct(a); in tcf_ct_dump()
1483 struct tcf_ct *c = to_ct(a); in tcf_stats_update()
/kernel/linux/linux-6.6/net/sched/
H A Dact_ct.c954 struct tcf_ct *c = to_ct(a); in tcf_ct_act()
1349 c = to_ct(*a); in tcf_ct_init()
1390 struct tcf_ct *c = to_ct(a); in tcf_ct_cleanup()
1477 struct tcf_ct *c = to_ct(a); in tcf_ct_dump()
1547 struct tcf_ct *c = to_ct(a); in tcf_stats_update()

Completed in 5 milliseconds