Searched refs:__iptunnel_pull_header (Results 1 – 9 of 9) sorted by relevance
| /linux/include/net/ |
| A D | ip_tunnels.h | 408 int __iptunnel_pull_header(struct sk_buff *skb, int hdr_len, 414 return __iptunnel_pull_header(skb, hdr_len, inner_proto, false, xnet); in iptunnel_pull_header()
|
| /linux/net/ipv4/ |
| A D | ip_tunnel_core.c | 92 int __iptunnel_pull_header(struct sk_buff *skb, int hdr_len, in __iptunnel_pull_header() function 123 EXPORT_SYMBOL_GPL(__iptunnel_pull_header);
|
| A D | ip_gre.c | 299 if (__iptunnel_pull_header(skb, in erspan_rcv() 365 if (__iptunnel_pull_header(skb, hdr_len, tpi->proto, in __ipgre_rcv()
|
| /linux/net/ipv6/ |
| A D | ip6_gre.c | 549 if (__iptunnel_pull_header(skb, len, in ip6erspan_rcv()
|
| /linux/drivers/net/ |
| A D | amt.c | 2397 if (__iptunnel_pull_header(skb, sizeof(*udph), skb->protocol, in amt_update_handler()
|
| A D | vxlan.c | 1875 if (__iptunnel_pull_header(skb, VXLAN_HLEN, protocol, raw_proto, in vxlan_rcv()
|
| /linux/ |
| A D | vmlinux.symvers | 12393 0x00000000 __iptunnel_pull_header vmlinux EXPORT_SYMBOL_GPL
|
| A D | System.map | 53727 ffff800010e86244 T __iptunnel_pull_header
|
| A D | .tmp_System.map | 53727 ffff800010e86244 T __iptunnel_pull_header
|
Completed in 348 milliseconds