Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dipip.c238 if (iptunnel_pull_header(skb, 0, tpi->proto, false)) in ipip_tunnel_rcv()
/openbmc/linux/include/net/
H A Dip_tunnels.h478 static inline int iptunnel_pull_header(struct sk_buff *skb, int hdr_len, in iptunnel_pull_header() function
/openbmc/linux/drivers/net/
H A Dbareudp.c134 if (iptunnel_pull_header(skb, BAREUDP_BASE_HLEN, in bareudp_udp_encap_recv()
H A Damt.c2296 if (iptunnel_pull_header(skb, hdr_size, htons(ETH_P_IP), false)) in amt_multicast_data_handler()
2366 if (iptunnel_pull_header(skb, hdr_size, htons(ETH_P_TEB), false)) in amt_membership_query_handler()
2464 if (iptunnel_pull_header(skb, hdr_size, skb->protocol, false)) in amt_update_handler()
H A Dgtp.c211 if (iptunnel_pull_header(skb, hdrlen, skb->protocol, in gtp_rx()
H A Dgeneve.c400 if (iptunnel_pull_header(skb, GENEVE_BASE_HLEN + opts_len, inner_proto, in geneve_udp_encap_recv()
/openbmc/linux/net/ipv6/
H A Dsit.c701 if (iptunnel_pull_header(skb, 0, htons(ETH_P_IPV6), in ipip6_rcv()
775 if (iptunnel_pull_header(skb, 0, tpi->proto, false)) in sit_tunnel_rcv()
H A Dip6_tunnel.c947 if (iptunnel_pull_header(skb, 0, tpi->proto, false)) in ipxip6_rcv()
H A Dip6_gre.c608 if (iptunnel_pull_header(skb, hdr_len, tpi.proto, false)) in gre_rcv()