Home
last modified time | relevance | path

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

/linux-4.1.27/net/sched/
Dact_mirred.c37 struct tcf_mirred *m = to_mirred(a); in tcf_mirred_release()
53 struct tcf_mirred *m; in tcf_mirred_init()
128 static int tcf_mirred(struct sk_buff *skb, const struct tc_action *a, in tcf_mirred() function
131 struct tcf_mirred *m = a->priv; in tcf_mirred()
189 struct tcf_mirred *m = a->priv; in tcf_mirred_dump()
218 struct tcf_mirred *m; in mirred_device_event()
241 .act = tcf_mirred,
/linux-4.1.27/include/net/tc_act/
Dtc_mirred.h6 struct tcf_mirred { struct
15 container_of(a->priv, struct tcf_mirred, common) argument