Searched refs:iptunnel_pull_header (Results  1 – 7 of 7) sorted by relevance
| /Linux-v5.4/include/net/ | 
| D | ip_tunnels.h | 408 static inline int iptunnel_pull_header(struct sk_buff *skb, int hdr_len,  in iptunnel_pull_header()  function
 | 
| /Linux-v5.4/net/ipv4/ | 
| D | ipip.c | 238 		if (iptunnel_pull_header(skb, 0, tpi->proto, false))  in ipip_tunnel_rcv()
 | 
| /Linux-v5.4/net/ipv6/ | 
| D | sit.c | 664 		if (iptunnel_pull_header(skb, 0, htons(ETH_P_IPV6),  in ipip6_rcv()740 		if (iptunnel_pull_header(skb, 0, tpi->proto, false))  in sit_tunnel_rcv()
 
 | 
| D | ip6_tunnel.c | 902 		if (iptunnel_pull_header(skb, 0, tpi->proto, false))  in ipxip6_rcv()
 | 
| D | ip6_gre.c | 606 	if (iptunnel_pull_header(skb, hdr_len, tpi.proto, false))  in gre_rcv()
 | 
| /Linux-v5.4/drivers/net/ | 
| D | gtp.c | 194 	if (iptunnel_pull_header(skb, hdrlen, skb->protocol,  in gtp_rx()
 | 
| D | geneve.c | 371 	if (iptunnel_pull_header(skb, GENEVE_BASE_HLEN + opts_len,  in geneve_udp_encap_recv()
 |