Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/tc_act/
Dtc_vlan.h18 u16 tcfv_push_vid; member
52 u16 tcfv_push_vid; in tcf_vlan_push_vid() local
55 tcfv_push_vid = rcu_dereference(to_vlan(a)->vlan_p)->tcfv_push_vid; in tcf_vlan_push_vid()
58 return tcfv_push_vid; in tcf_vlan_push_vid()
/Linux-v4.19/net/sched/
Dact_vlan.c54 err = skb_vlan_push(skb, p->tcfv_push_proto, p->tcfv_push_vid | in tcf_vlan_act()
74 tci = (tci & ~VLAN_VID_MASK) | p->tcfv_push_vid; in tcf_vlan_act()
212 p->tcfv_push_vid = push_vid; in tcf_vlan_init()
261 (nla_put_u16(skb, TCA_VLAN_PUSH_VLAN_ID, p->tcfv_push_vid) || in tcf_vlan_dump()