Home
last modified time | relevance | path

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

/Linux-v4.19/net/sched/
Dact_simple.c34 struct tcf_defact *d = to_defact(a); in tcf_simp_act()
52 struct tcf_defact *d = to_defact(a); in tcf_simp_release()
126 d = to_defact(*a); in tcf_simp_init()
135 d = to_defact(*a); in tcf_simp_init()
154 struct tcf_defact *d = to_defact(a); in tcf_simp_dump()
/Linux-v4.19/include/net/tc_act/
Dtc_defact.h12 #define to_defact(a) ((struct tcf_defact *)a) macro