Searched refs:skb_vlan_push (Results 1 – 6 of 6) sorted by relevance
/linux/net/sched/ |
H A D | act_vlan.c | 52 err = skb_vlan_push(skb, p->tcfv_push_proto, p->tcfv_push_vid | in tcf_vlan_act()
|
/linux/include/uapi/linux/ |
H A D | bpf.h | 5828 FN(skb_vlan_push, 18, ##ctx) \
|
/linux/tools/include/uapi/linux/ |
H A D | bpf.h | 5828 FN(skb_vlan_push, 18, ##ctx) \
|
/linux/net/openvswitch/ |
H A D | actions.c | 248 err = skb_vlan_push(skb, vlan->vlan_tpid, in push_vlan()
|
/linux/net/core/ |
H A D | skbuff.c | 6222 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 D | filter.c | 3190 ret = skb_vlan_push(skb, vlan_proto, vlan_tci); in BPF_CALL_3()
|