Searched refs:to_connmark (Results 1 – 2 of 2) sorted by relevance
37 struct tcf_connmark_info *ca = to_connmark(a); in tcf_connmark_act()133 ci = to_connmark(*a); in tcf_connmark_init()144 ci = to_connmark(*a); in tcf_connmark_init()175 struct tcf_connmark_info *ci = to_connmark(a); in tcf_connmark_dump()
13 #define to_connmark(a) ((struct tcf_connmark_info *)a) macro