Searched refs:iptunnel_pull_header (Results 1 – 9 of 9) sorted by relevance
/linux-6.1.9/include/net/ |
D | ip_tunnels.h | 434 static inline int iptunnel_pull_header(struct sk_buff *skb, int hdr_len, in iptunnel_pull_header() function
|
/linux-6.1.9/net/ipv4/ |
D | ipip.c | 238 if (iptunnel_pull_header(skb, 0, tpi->proto, false)) in ipip_tunnel_rcv()
|
/linux-6.1.9/drivers/net/ |
D | bareudp.c | 133 if (iptunnel_pull_header(skb, BAREUDP_BASE_HLEN, in bareudp_udp_encap_recv()
|
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()
|
D | gtp.c | 211 if (iptunnel_pull_header(skb, hdrlen, skb->protocol, in gtp_rx()
|
D | geneve.c | 390 if (iptunnel_pull_header(skb, GENEVE_BASE_HLEN + opts_len, inner_proto, in geneve_udp_encap_recv()
|
/linux-6.1.9/net/ipv6/ |
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()
|
D | ip6_tunnel.c | 932 if (iptunnel_pull_header(skb, 0, tpi->proto, false)) in ipxip6_rcv()
|
D | ip6_gre.c | 605 if (iptunnel_pull_header(skb, hdr_len, tpi.proto, false)) in gre_rcv()
|