Home
last modified time | relevance | path

Searched refs:__iptunnel_pull_header (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/include/net/
Dip_tunnels.h409 int __iptunnel_pull_header(struct sk_buff *skb, int hdr_len,
415 return __iptunnel_pull_header(skb, hdr_len, inner_proto, false, xnet); in iptunnel_pull_header()
/Linux-v5.10/net/ipv4/
Dip_tunnel_core.c92 int __iptunnel_pull_header(struct sk_buff *skb, int hdr_len, in __iptunnel_pull_header() function
123 EXPORT_SYMBOL_GPL(__iptunnel_pull_header);
Dip_gre.c297 if (__iptunnel_pull_header(skb, in erspan_rcv()
363 if (__iptunnel_pull_header(skb, hdr_len, tpi->proto, in __ipgre_rcv()
/Linux-v5.10/net/ipv6/
Dip6_gre.c550 if (__iptunnel_pull_header(skb, len, in ip6erspan_rcv()
/Linux-v5.10/drivers/net/
Dvxlan.c1874 if (__iptunnel_pull_header(skb, VXLAN_HLEN, protocol, raw_proto, in vxlan_rcv()