Home
last modified time | relevance | path

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

/linux-4.1.27/net/sched/
Dact_ipt.c73 struct tcf_ipt *ipt = to_ipt(a); in tcf_ipt_release()
90 struct tcf_ipt *ipt; in tcf_ipt_init()
173 static int tcf_ipt(struct sk_buff *skb, const struct tc_action *a, in tcf_ipt() function
177 struct tcf_ipt *ipt = a->priv; in tcf_ipt()
224 struct tcf_ipt *ipt = a->priv; in tcf_ipt_dump()
266 .act = tcf_ipt,
276 .act = tcf_ipt,
/linux-4.1.27/include/net/tc_act/
Dtc_ipt.h8 struct tcf_ipt { struct
15 container_of(a->priv, struct tcf_ipt, common) argument