Home
last modified time | relevance | path

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

/linux/include/net/
A Dip_tunnels.h411 static inline int iptunnel_pull_header(struct sk_buff *skb, int hdr_len, in iptunnel_pull_header() function
/linux/net/ipv4/
A Dipip.c238 if (iptunnel_pull_header(skb, 0, tpi->proto, false)) in ipip_tunnel_rcv()
/linux/drivers/net/
A Dbareudp.c126 if (iptunnel_pull_header(skb, BAREUDP_BASE_HLEN, in bareudp_udp_encap_recv()
A Dgtp.c191 if (iptunnel_pull_header(skb, hdrlen, skb->protocol, in gtp_rx()
A Damt.c2256 if (iptunnel_pull_header(skb, hdr_size, htons(ETH_P_IP), false)) in amt_multicast_data_handler()
2316 if (iptunnel_pull_header(skb, hdr_size, htons(ETH_P_TEB), false)) in amt_membership_query_handler()
A Dgeneve.c370 if (iptunnel_pull_header(skb, GENEVE_BASE_HLEN + opts_len, in geneve_udp_encap_recv()
/linux/net/ipv6/
A Dsit.c705 if (iptunnel_pull_header(skb, 0, htons(ETH_P_IPV6), in ipip6_rcv()
783 if (iptunnel_pull_header(skb, 0, tpi->proto, false)) in sit_tunnel_rcv()
A Dip6_tunnel.c939 if (iptunnel_pull_header(skb, 0, tpi->proto, false)) in ipxip6_rcv()
A Dip6_gre.c610 if (iptunnel_pull_header(skb, hdr_len, tpi.proto, false)) in gre_rcv()

Completed in 29 milliseconds