Home
last modified time | relevance | path

Searched refs:skb_vlan_push (Results 1 – 6 of 6) sorted by relevance

/linux/net/sched/
H A Dact_vlan.c52 err = skb_vlan_push(skb, p->tcfv_push_proto, p->tcfv_push_vid | in tcf_vlan_act()
/linux/include/uapi/linux/
H A Dbpf.h5828 FN(skb_vlan_push, 18, ##ctx) \
/linux/tools/include/uapi/linux/
H A Dbpf.h5828 FN(skb_vlan_push, 18, ##ctx) \
/linux/net/openvswitch/
H A Dactions.c248 err = skb_vlan_push(skb, vlan->vlan_tpid, in push_vlan()
/linux/net/core/
H A Dskbuff.c6222 int skb_vlan_push(struct sk_buff *skb, __be16 vlan_proto, u16 vlan_tci) in skb_vlan_push() function
6247 EXPORT_SYMBOL(skb_vlan_push);
H A Dfilter.c3190 ret = skb_vlan_push(skb, vlan_proto, vlan_tci); in BPF_CALL_3()