Searched refs:iptunnel_pull_header (Results 1 - 10 of 10) sorted by relevance

/linux-master/drivers/net/
H A Dpfcp.c86 if (unlikely(iptunnel_pull_header(skb, PFCP_HLEN, skb->protocol,
H A Dbareudp.c134 if (iptunnel_pull_header(skb, BAREUDP_BASE_HLEN,
H A Damt.c2296 if (iptunnel_pull_header(skb, hdr_size, htons(ETH_P_IP), false))
2366 if (iptunnel_pull_header(skb, hdr_size, htons(ETH_P_TEB), false))
2464 if (iptunnel_pull_header(skb, hdr_size, skb->protocol, false))
H A Dgtp.c318 if (iptunnel_pull_header(skb, hdrlen, htons(inner_proto),
H A Dgeneve.c395 if (iptunnel_pull_header(skb, GENEVE_BASE_HLEN + opts_len, inner_proto,
/linux-master/net/ipv4/
H A Dipip.c244 if (iptunnel_pull_header(skb, 0, tpi->proto, false))
/linux-master/include/net/
H A Dip_tunnels.h587 static inline int iptunnel_pull_header(struct sk_buff *skb, int hdr_len, function
/linux-master/net/ipv6/
H A Dsit.c702 if (iptunnel_pull_header(skb, 0, htons(ETH_P_IPV6),
706 /* skb can be uncloned in iptunnel_pull_header, so
776 if (iptunnel_pull_header(skb, 0, tpi->proto, false))
H A Dip6_tunnel.c944 if (iptunnel_pull_header(skb, 0, tpi->proto, false))
H A Dip6_gre.c609 if (iptunnel_pull_header(skb, hdr_len, tpi.proto, false))

Completed in 160 milliseconds