Home
last modified time | relevance | path

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

/linux-6.15/net/ipv4/
H A Dgre_offload.c258 skb_set_inner_mac_header(skb, nhoff + grehlen); in gre_gro_complete()
H A Dfou_core.c293 skb_set_inner_mac_header(skb, nhoff); in fou_gro_complete()
504 skb_set_inner_mac_header(skb, nhoff + guehlen); in gue_gro_complete()
/linux-6.15/net/ethernet/
H A Deth.c452 skb_set_inner_mac_header(skb, nhoff); in eth_gro_complete()
/linux-6.15/net/netfilter/ipvs/
H A Dip_vs_xmit.c1199 skb_set_inner_mac_header(skb, skb_inner_network_offset(skb)); in ip_vs_tunnel_xmit()
1342 skb_set_inner_mac_header(skb, skb_inner_network_offset(skb)); in ip_vs_tunnel_xmit_v6()
/linux-6.15/drivers/net/
H A Dgeneve.c581 skb_set_inner_mac_header(skb, nhoff + gh_len); in geneve_gro_complete()
/linux-6.15/include/linux/
H A Dskbuff.h3010 static inline void skb_set_inner_mac_header(struct sk_buff *skb, in skb_set_inner_mac_header() function