Searched refs:tcf_mirred (Results 1 – 2 of 2) sorted by relevance
64 static struct net_device *tcf_mirred_dev_dereference(struct tcf_mirred *m) in tcf_mirred_dev_dereference()72 struct tcf_mirred *m = to_mirred(a); in tcf_mirred_release()103 struct tcf_mirred *m; in tcf_mirred_init()211 struct tcf_mirred *m = to_mirred(a); in tcf_mirred_act()316 struct tcf_mirred *m = to_mirred(a); in tcf_stats_update()327 struct tcf_mirred *m = to_mirred(a); in tcf_mirred_dump()380 struct tcf_mirred *m; in mirred_device_event()417 struct tcf_mirred *m = to_mirred(a); in tcf_mirred_get_dev()448 .size = sizeof(struct tcf_mirred),
8 struct tcf_mirred { struct15 #define to_mirred(a) ((struct tcf_mirred *)a) argument