Searched refs:tcf_defact (Results 1 – 2 of 2) sorted by relevance
34 struct tcf_defact *d = to_defact(a); in tcf_simp_act()52 struct tcf_defact *d = to_defact(a); in tcf_simp_release()56 static int alloc_defdata(struct tcf_defact *d, const struct nlattr *defdata) in alloc_defdata()65 static void reset_policy(struct tcf_defact *d, const struct nlattr *defdata, in reset_policy()88 struct tcf_defact *d; in tcf_simp_init()154 struct tcf_defact *d = to_defact(a); in tcf_simp_dump()209 .size = sizeof(struct tcf_defact),
7 struct tcf_defact { struct12 #define to_defact(a) ((struct tcf_defact *)a) argument