Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dact_mirred.c63 static struct net_device *tcf_mirred_dev_dereference(struct tcf_mirred *m) in tcf_mirred_dev_dereference()
71 struct tcf_mirred *m = to_mirred(a); in tcf_mirred_release()
90 static void tcf_mirred_replace_dev(struct tcf_mirred *m, in tcf_mirred_replace_dev()
111 struct tcf_mirred *m; in tcf_mirred_init()
247 static int tcf_mirred_to_dev(struct sk_buff *skb, struct tcf_mirred *m, in tcf_mirred_to_dev()
337 static int tcf_blockcast_redir(struct sk_buff *skb, struct tcf_mirred *m, in tcf_blockcast_redir()
371 static int tcf_blockcast_mirror(struct sk_buff *skb, struct tcf_mirred *m, in tcf_blockcast_mirror()
390 static int tcf_blockcast(struct sk_buff *skb, struct tcf_mirred *m, in tcf_blockcast()
424 struct tcf_mirred *m = to_mirred(a); in tcf_mirred_act()
480 struct tcf_mirred *m = to_mirred(a); in tcf_stats_update()
[all …]
/linux/include/net/tc_act/
H A Dtc_mirred.h8 struct tcf_mirred { struct
17 #define to_mirred(a) ((struct tcf_mirred *)a) argument