Searched refs:to_defact (Results 1 – 2 of 2) sorted by relevance
28 struct tcf_defact *d = to_defact(a); in tcf_simp_act()46 struct tcf_defact *d = to_defact(a); in tcf_simp_release()70 d = to_defact(a); in reset_policy()137 d = to_defact(*a); in tcf_simp_init()173 struct tcf_defact *d = to_defact(a); in tcf_simp_dump()
12 #define to_defact(a) ((struct tcf_defact *)a) macro