Home
last modified time | relevance | path

Searched refs:iptunnel_pull_header (Results 1 – 9 of 9) 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.h618 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()
H A Damt.c2301 if (iptunnel_pull_header(skb, hdr_size, htons(ETH_P_IP), false)) in amt_multicast_data_handler()
2371 if (iptunnel_pull_header(skb, hdr_size, htons(ETH_P_TEB), false)) in amt_membership_query_handler()
2469 if (iptunnel_pull_header(skb, hdr_size, skb->protocol, false)) in amt_update_handler()
H A Dgtp.c321 if (iptunnel_pull_header(skb, hdrlen, htons(inner_proto), in gtp_rx()
H A Dgeneve.c685 if (iptunnel_pull_header(skb, GENEVE_BASE_HLEN + opts_len, inner_proto, in geneve_udp_encap_recv()
/linux/net/ipv6/
H A Dsit.c704 if (iptunnel_pull_header(skb, 0, htons(ETH_P_IPV6), in ipip6_rcv()
778 if (iptunnel_pull_header(skb, 0, tpi->proto, false)) in sit_tunnel_rcv()
H A Dip6_tunnel.c952 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()