Home
last modified time | relevance | path

Searched refs:iptunnel_pull_header (Results 1 – 5 of 5) sorted by relevance

/linux/net/ipv4/
H A Dipip.c244 if (iptunnel_pull_header(skb, 0, tpi->proto, false)) in ipip_tunnel_rcv()
/linux/include/net/
H A Dip_tunnels.h611 static inline int iptunnel_pull_header(struct sk_buff *skb, int hdr_len, in iptunnel_pull_header() function
/linux/drivers/net/
H A Dbareudp.c135 if (iptunnel_pull_header(skb, BAREUDP_BASE_HLEN, in bareudp_udp_encap_recv()
/linux/net/ipv6/
H A Dip6_tunnel.c947 if (iptunnel_pull_header(skb, 0, tpi->proto, false)) in ipxip6_rcv()
H A Dip6_gre.c580 if (iptunnel_pull_header(skb, hdr_len, tpi.proto, false)) in gre_rcv()