Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/sched/
Dact_mirred.c65 static struct net_device *tcf_mirred_dev_dereference(struct tcf_mirred *m) in tcf_mirred_dev_dereference()
73 struct tcf_mirred *m = to_mirred(a); in tcf_mirred_release()
104 struct tcf_mirred *m; in tcf_mirred_init()
212 struct tcf_mirred *m = to_mirred(a); in tcf_mirred_act()
324 struct tcf_mirred *m = to_mirred(a); in tcf_stats_update()
335 struct tcf_mirred *m = to_mirred(a); in tcf_mirred_dump()
388 struct tcf_mirred *m; in mirred_device_event()
425 struct tcf_mirred *m = to_mirred(a); in tcf_mirred_get_dev()
456 .size = sizeof(struct tcf_mirred),
/kernel/linux/linux-5.10/include/net/tc_act/
Dtc_mirred.h8 struct tcf_mirred { struct
15 #define to_mirred(a) ((struct tcf_mirred *)a) argument