Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/sched/
H A Dact_ctinfo.c83 struct tcf_ctinfo *ca = to_ctinfo(a); in tcf_ctinfo_act()
236 ci = to_ctinfo(*a); in tcf_ctinfo_init()
284 struct tcf_ctinfo *ci = to_ctinfo(a); in tcf_ctinfo_dump()
364 struct tcf_ctinfo *ci = to_ctinfo(a); in tcf_ctinfo_cleanup()
/OK3568_Linux_fs/kernel/include/net/tc_act/
H A Dtc_ctinfo.h31 #define to_ctinfo(a) ((struct tcf_ctinfo *)a) macro