Home
last modified time | relevance | path

Searched refs:skb_eth_push (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/net/sched/
H A Dact_vlan.c86 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 Dact_vlan.c87 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 Dactions.c300 err = skb_eth_push(skb, ethh->addresses.eth_dst, in push_eth()
/kernel/linux/linux-6.6/net/openvswitch/
H A Dactions.c303 err = skb_eth_push(skb, ethh->addresses.eth_dst, in push_eth()
/kernel/linux/linux-5.10/net/core/
H A Dskbuff.c5669 * 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 Dskbuff.c6071 * 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 Dskbuff.h3593 int skb_eth_push(struct sk_buff *skb, const unsigned char *dst,
/kernel/linux/linux-6.6/include/linux/
H A Dskbuff.h4001 int skb_eth_push(struct sk_buff *skb, const unsigned char *dst,

Completed in 34 milliseconds