Searched refs:to_connmark (Results 1 – 2 of 2) sorted by relevance
40 struct tcf_connmark_info *ca = to_connmark(a); in tcf_connmark_act()130 ci = to_connmark(*a); in tcf_connmark_init()138 ci = to_connmark(*a); in tcf_connmark_init()158 struct tcf_connmark_info *ci = to_connmark(a); in tcf_connmark_dump()
13 #define to_connmark(a) ((struct tcf_connmark_info *)a) macro