Searched refs:skb_eth_push (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/net/sched/ |
H A D | act_vlan.c | 86 err = skb_eth_push(skb, p->tcfv_push_dst, p->tcfv_push_src); in tcf_vlan_act()
|
/kernel/linux/linux-6.6/net/sched/ |
H A D | act_vlan.c | 87 err = skb_eth_push(skb, p->tcfv_push_dst, p->tcfv_push_src); in tcf_vlan_act()
|
/kernel/linux/linux-5.10/net/openvswitch/ |
H A D | actions.c | 300 err = skb_eth_push(skb, ethh->addresses.eth_dst, in push_eth()
|
/kernel/linux/linux-6.6/net/openvswitch/ |
H A D | actions.c | 303 err = skb_eth_push(skb, ethh->addresses.eth_dst, in push_eth()
|
/kernel/linux/linux-5.10/net/core/ |
H A D | skbuff.c | 5669 * skb_eth_push() - Add a new Ethernet header at the head of a packet 5681 int skb_eth_push(struct sk_buff *skb, const unsigned char *dst, in skb_eth_push() function 5707 EXPORT_SYMBOL(skb_eth_push); variable
|
/kernel/linux/linux-6.6/net/core/ |
H A D | skbuff.c | 6071 * skb_eth_push() - Add a new Ethernet header at the head of a packet 6083 int skb_eth_push(struct sk_buff *skb, const unsigned char *dst, in skb_eth_push() function 6109 EXPORT_SYMBOL(skb_eth_push); variable
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | skbuff.h | 3593 int skb_eth_push(struct sk_buff *skb, const unsigned char *dst,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | skbuff.h | 4001 int skb_eth_push(struct sk_buff *skb, const unsigned char *dst,
|
Completed in 34 milliseconds