Searched refs:m_mac_header_xmit (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/net/sched/ |
H A D | act_mirred.c | 226 const bool m_mac_header_xmit, int m_eaction, in tcf_mirred_to_dev() 266 expects_nh = want_ingress || !m_mac_header_xmit; in tcf_mirred_to_dev() 312 bool m_mac_header_xmit; in tcf_mirred_act() local 334 m_mac_header_xmit = READ_ONCE(m->tcfm_mac_header_xmit); in tcf_mirred_act() 337 retval = tcf_mirred_to_dev(skb, m, dev, m_mac_header_xmit, m_eaction, in tcf_mirred_act() 224 tcf_mirred_to_dev(struct sk_buff *skb, struct tcf_mirred *m, struct net_device *dev, const bool m_mac_header_xmit, int m_eaction, int retval) tcf_mirred_to_dev() argument
|
/kernel/linux/linux-5.10/net/sched/ |
H A D | act_mirred.c | 233 bool m_mac_header_xmit; in tcf_mirred_act() local 257 m_mac_header_xmit = READ_ONCE(m->tcfm_mac_header_xmit); in tcf_mirred_act() 293 expects_nh = want_ingress || !m_mac_header_xmit; in tcf_mirred_act()
|
Completed in 2 milliseconds