Home
last modified time | relevance | path

Searched refs:tcf_connmark_info (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/net/tc_act/
H A Dtc_connmark.h13 struct tcf_connmark_info { struct
18 #define to_connmark(a) ((struct tcf_connmark_info *)a) argument
/openbmc/linux/net/sched/
H A Dact_connmark.c38 struct tcf_connmark_info *ca = to_connmark(a); in tcf_connmark_act()
108 struct tcf_connmark_info *ci; in tcf_connmark_init()
194 struct tcf_connmark_info *ci = to_connmark(a); in tcf_connmark_dump()
227 struct tcf_connmark_info *ci = to_connmark(a); in tcf_connmark_cleanup()
243 .size = sizeof(struct tcf_connmark_info),