Searched refs:__iptunnel_pull_header (Results 1 – 4 of 4) sorted by relevance
| /linux/include/net/ |
| H A D | ip_tunnels.h | 608 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 D | ip_tunnel_core.c | 94 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 D | ip_gre.c | 312 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 D | ip6_gre.c | 516 if (__iptunnel_pull_header(skb, len, in ip6erspan_rcv()
|