Searched refs:iptunnel_pull_header (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/net/ |
| A D | pfcp.c | 86 if (unlikely(iptunnel_pull_header(skb, PFCP_HLEN, skb->protocol, in pfcp_encap_recv()
|
| A D | bareudp.c | 135 if (iptunnel_pull_header(skb, BAREUDP_BASE_HLEN, in bareudp_udp_encap_recv()
|
| 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()
|
| A D | geneve.c | 395 if (iptunnel_pull_header(skb, GENEVE_BASE_HLEN + opts_len, inner_proto, in geneve_udp_encap_recv()
|
| A D | gtp.c | 318 if (iptunnel_pull_header(skb, hdrlen, htons(inner_proto), in gtp_rx()
|
| /linux/net/ipv4/ |
| A D | ipip.c | 244 if (iptunnel_pull_header(skb, 0, tpi->proto, false)) in ipip_tunnel_rcv()
|
| /linux/include/net/ |
| A D | ip_tunnels.h | 588 static inline int iptunnel_pull_header(struct sk_buff *skb, int hdr_len, in iptunnel_pull_header() function
|
| /linux/net/ipv6/ |
| A D | sit.c | 703 if (iptunnel_pull_header(skb, 0, htons(ETH_P_IPV6), in ipip6_rcv() 777 if (iptunnel_pull_header(skb, 0, tpi->proto, false)) in sit_tunnel_rcv()
|
| A D | ip6_tunnel.c | 947 if (iptunnel_pull_header(skb, 0, tpi->proto, false)) in ipxip6_rcv()
|
| A D | ip6_gre.c | 609 if (iptunnel_pull_header(skb, hdr_len, tpi.proto, false)) in gre_rcv()
|
Completed in 35 milliseconds