Searched refs:to_ctinfo (Results 1 – 2 of 2) sorted by relevance
85 struct tcf_ctinfo *ca = to_ctinfo(a); in tcf_ctinfo_act()237 ci = to_ctinfo(*a); in tcf_ctinfo_init()286 const struct tcf_ctinfo *ci = to_ctinfo(a); in tcf_ctinfo_dump()351 struct tcf_ctinfo *ci = to_ctinfo(a); in tcf_ctinfo_cleanup()
32 #define to_ctinfo(a) ((struct tcf_ctinfo *)a) macro