Home
last modified time | relevance | path

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

/linux-6.12.1/net/sched/
Dact_ctinfo.c84 struct tcf_ctinfo *ca = to_ctinfo(a); in tcf_ctinfo_act()
237 ci = to_ctinfo(*a); in tcf_ctinfo_init()
285 struct tcf_ctinfo *ci = to_ctinfo(a); in tcf_ctinfo_dump()
348 struct tcf_ctinfo *ci = to_ctinfo(a); in tcf_ctinfo_cleanup()
/linux-6.12.1/include/net/tc_act/
Dtc_ctinfo.h31 #define to_ctinfo(a) ((struct tcf_ctinfo *)a) macro