Searched refs:tcf_connmark_info (Results 1 – 2 of 2) sorted by relevance
38 struct tcf_connmark_info *ca = to_connmark(a); in tcf_connmark_act()108 struct tcf_connmark_info *ci; in tcf_connmark_init()195 const struct tcf_connmark_info *ci = to_connmark(a); in tcf_connmark_dump()231 struct tcf_connmark_info *ci = to_connmark(a); in tcf_connmark_cleanup()247 .size = sizeof(struct tcf_connmark_info),
14 struct tcf_connmark_info { struct19 #define to_connmark(a) ((struct tcf_connmark_info *)a) argument