Home
last modified time | relevance | path

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

/linux/include/net/tc_act/
A Dtc_vlan.h16 u16 tcfv_push_vid; member
51 u16 tcfv_push_vid; in tcf_vlan_push_vid() local
54 tcfv_push_vid = rcu_dereference(to_vlan(a)->vlan_p)->tcfv_push_vid; in tcf_vlan_push_vid()
57 return tcfv_push_vid; in tcf_vlan_push_vid()
/linux/net/sched/
A 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()
244 p->tcfv_push_vid = push_vid; in tcf_vlan_init()
307 (nla_put_u16(skb, TCA_VLAN_PUSH_VLAN_ID, p->tcfv_push_vid) || in tcf_vlan_dump()

Completed in 3 milliseconds