Home
last modified time | relevance | path

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

/Linux-v5.4/include/net/tc_act/
Dtc_vlan.h14 u16 tcfv_push_vid; member
48 u16 tcfv_push_vid; in tcf_vlan_push_vid() local
51 tcfv_push_vid = rcu_dereference(to_vlan(a)->vlan_p)->tcfv_push_vid; in tcf_vlan_push_vid()
54 return tcfv_push_vid; in tcf_vlan_push_vid()
/Linux-v5.4/net/sched/
Dact_vlan.c51 err = skb_vlan_push(skb, p->tcfv_push_proto, p->tcfv_push_vid | in tcf_vlan_act()
71 tci = (tci & ~VLAN_VID_MASK) | p->tcfv_push_vid; in tcf_vlan_act()
217 p->tcfv_push_vid = push_vid; in tcf_vlan_init()
274 (nla_put_u16(skb, TCA_VLAN_PUSH_VLAN_ID, p->tcfv_push_vid) || in tcf_vlan_dump()