Home
last modified time | relevance | path

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

/Linux-v6.1/net/sched/
Dact_ipt.c76 struct tcf_ipt *ipt = to_ipt(a); in tcf_ipt_release()
178 ipt = to_ipt(*a); in __tcf_ipt_init()
223 struct tcf_ipt *ipt = to_ipt(a); in tcf_ipt_act()
275 struct tcf_ipt *ipt = to_ipt(a); in tcf_ipt_dump()
/Linux-v6.1/include/net/tc_act/
Dtc_ipt.h15 #define to_ipt(a) ((struct tcf_ipt *)a) macro