Home
last modified time | relevance | path

Searched refs:to_mirred (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/net/tc_act/
H A Dtc_mirred.h15 #define to_mirred(a) ((struct tcf_mirred *)a) macro
21 return to_mirred(a)->tcfm_eaction == TCA_EGRESS_REDIR; in is_tcf_mirred_egress_redirect()
30 return to_mirred(a)->tcfm_eaction == TCA_EGRESS_MIRROR; in is_tcf_mirred_egress_mirror()
39 return to_mirred(a)->tcfm_eaction == TCA_INGRESS_REDIR; in is_tcf_mirred_ingress_redirect()
48 return to_mirred(a)->tcfm_eaction == TCA_INGRESS_MIRROR; in is_tcf_mirred_ingress_mirror()
55 return rtnl_dereference(to_mirred(a)->tcfm_dev); in tcf_mirred_dev()
/kernel/linux/linux-6.6/include/net/tc_act/
H A Dtc_mirred.h16 #define to_mirred(a) ((struct tcf_mirred *)a) macro
22 return to_mirred(a)->tcfm_eaction == TCA_EGRESS_REDIR; in is_tcf_mirred_egress_redirect()
31 return to_mirred(a)->tcfm_eaction == TCA_EGRESS_MIRROR; in is_tcf_mirred_egress_mirror()
40 return to_mirred(a)->tcfm_eaction == TCA_INGRESS_REDIR; in is_tcf_mirred_ingress_redirect()
49 return to_mirred(a)->tcfm_eaction == TCA_INGRESS_MIRROR; in is_tcf_mirred_ingress_mirror()
56 return rtnl_dereference(to_mirred(a)->tcfm_dev); in tcf_mirred_dev()
/kernel/linux/linux-5.10/net/sched/
H A Dact_mirred.c73 struct tcf_mirred *m = to_mirred(a); in tcf_mirred_release()
164 m = to_mirred(*a); in tcf_mirred_init()
231 struct tcf_mirred *m = to_mirred(a); in tcf_mirred_act()
340 struct tcf_mirred *m = to_mirred(a); in tcf_stats_update()
351 struct tcf_mirred *m = to_mirred(a); in tcf_mirred_dump()
441 struct tcf_mirred *m = to_mirred(a); in tcf_mirred_get_dev()
/kernel/linux/linux-6.6/net/sched/
H A Dact_mirred.c74 struct tcf_mirred *m = to_mirred(a); in tcf_mirred_release()
162 m = to_mirred(*a); in tcf_mirred_init()
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()
433 struct tcf_mirred *m = to_mirred(a); in tcf_mirred_get_dev()

Completed in 2 milliseconds