Home
last modified time | relevance | path

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

/linux/include/net/
H A Dip_tunnels.h608 int __iptunnel_pull_header(struct sk_buff *skb, int hdr_len,
614 return __iptunnel_pull_header(skb, hdr_len, inner_proto, false, xnet); in iptunnel_pull_header()
/linux/net/ipv4/
H A Dip_tunnel_core.c94 int __iptunnel_pull_header(struct sk_buff *skb, int hdr_len, in __iptunnel_pull_header() function
125 EXPORT_SYMBOL_GPL(__iptunnel_pull_header);
H A Dip_gre.c312 if (__iptunnel_pull_header(skb, in erspan_rcv()
380 if (__iptunnel_pull_header(skb, hdr_len, tpi->proto, in __ipgre_rcv()
/linux/net/ipv6/
H A Dip6_gre.c516 if (__iptunnel_pull_header(skb, len, in ip6erspan_rcv()