Searched refs:__iptunnel_pull_header (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/include/net/ |
| H A D | ip_tunnels.h | 596 int __iptunnel_pull_header(struct sk_buff *skb, int hdr_len, 602 return __iptunnel_pull_header(skb, hdr_len, inner_proto, false, xnet); in iptunnel_pull_header()
|
| /linux-6.15/net/ipv4/ |
| H 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);
|
| H A D | ip_gre.c | 312 if (__iptunnel_pull_header(skb, in erspan_rcv() 378 if (__iptunnel_pull_header(skb, hdr_len, tpi->proto, in __ipgre_rcv()
|
| /linux-6.15/net/ipv6/ |
| H A D | ip6_gre.c | 548 if (__iptunnel_pull_header(skb, len, in ip6erspan_rcv()
|
| /linux-6.15/drivers/net/vxlan/ |
| H A D | vxlan_core.c | 1740 if (__iptunnel_pull_header(skb, VXLAN_HLEN, protocol, raw_proto, in vxlan_rcv()
|