Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/sched/
H A Dact_ipt.c79 struct tcf_ipt *ipt = to_ipt(a); in tcf_ipt_release()
180 ipt = to_ipt(*a); in __tcf_ipt_init()
225 struct tcf_ipt *ipt = to_ipt(a); in tcf_ipt_act()
277 struct tcf_ipt *ipt = to_ipt(a); in tcf_ipt_dump()
/OK3568_Linux_fs/kernel/include/net/tc_act/
H A Dtc_ipt.h15 #define to_ipt(a) ((struct tcf_ipt *)a) macro