Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv4/
Dip_tunnel_core.c98 int __iptunnel_pull_header(struct sk_buff *skb, int hdr_len, in __iptunnel_pull_header() function
129 EXPORT_SYMBOL_GPL(__iptunnel_pull_header);
Dip_gre.c298 if (__iptunnel_pull_header(skb, in erspan_rcv()
353 if (__iptunnel_pull_header(skb, hdr_len, tpi->proto, in __ipgre_rcv()
/Linux-v4.19/include/net/
Dip_tunnels.h402 int __iptunnel_pull_header(struct sk_buff *skb, int hdr_len,
408 return __iptunnel_pull_header(skb, hdr_len, inner_proto, false, xnet); in iptunnel_pull_header()
/Linux-v4.19/net/ipv6/
Dip6_gre.c573 if (__iptunnel_pull_header(skb, len, in ip6erspan_rcv()
/Linux-v4.19/drivers/net/
Dvxlan.c1413 if (__iptunnel_pull_header(skb, VXLAN_HLEN, protocol, raw_proto, in vxlan_rcv()