Home
last modified time | relevance | path

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

/linux-6.6.21/net/sched/
Dact_mirred.c66 static struct net_device *tcf_mirred_dev_dereference(struct tcf_mirred *m) in tcf_mirred_dev_dereference()
74 struct tcf_mirred *m = to_mirred(a); in tcf_mirred_release()
103 struct tcf_mirred *m; in tcf_mirred_init()
224 static int tcf_mirred_to_dev(struct sk_buff *skb, struct tcf_mirred *m, in tcf_mirred_to_dev()
309 struct tcf_mirred *m = to_mirred(a); in tcf_mirred_act()
349 struct tcf_mirred *m = to_mirred(a); in tcf_stats_update()
360 struct tcf_mirred *m = to_mirred(a); in tcf_mirred_dump()
396 struct tcf_mirred *m; in mirred_device_event()
433 struct tcf_mirred *m = to_mirred(a); in tcf_mirred_get_dev()
514 .size = sizeof(struct tcf_mirred),
/linux-6.6.21/include/net/tc_act/
Dtc_mirred.h8 struct tcf_mirred { struct
16 #define to_mirred(a) ((struct tcf_mirred *)a) argument