Searched refs:iptunnel_pull_header (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/net/ipv4/ |
H A D | ipip.c | 238 if (iptunnel_pull_header(skb, 0, tpi->proto, false)) in ipip_tunnel_rcv()
|
/openbmc/linux/include/net/ |
H A D | ip_tunnels.h | 478 static inline int iptunnel_pull_header(struct sk_buff *skb, int hdr_len, in iptunnel_pull_header() function
|
/openbmc/linux/drivers/net/ |
H A D | bareudp.c | 134 if (iptunnel_pull_header(skb, BAREUDP_BASE_HLEN, in bareudp_udp_encap_recv()
|
H A D | amt.c | 2296 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 D | gtp.c | 211 if (iptunnel_pull_header(skb, hdrlen, skb->protocol, in gtp_rx()
|
H A D | geneve.c | 400 if (iptunnel_pull_header(skb, GENEVE_BASE_HLEN + opts_len, inner_proto, in geneve_udp_encap_recv()
|
/openbmc/linux/net/ipv6/ |
H A D | sit.c | 701 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 D | ip6_tunnel.c | 947 if (iptunnel_pull_header(skb, 0, tpi->proto, false)) in ipxip6_rcv()
|
H A D | ip6_gre.c | 608 if (iptunnel_pull_header(skb, hdr_len, tpi.proto, false)) in gre_rcv()
|