Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/
H A Dip_tunnels.h412 static inline int iptunnel_pull_header(struct sk_buff *skb, int hdr_len, in iptunnel_pull_header() function
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dipip.c238 if (iptunnel_pull_header(skb, 0, tpi->proto, false)) in ipip_tunnel_rcv()
/OK3568_Linux_fs/kernel/drivers/net/
H A Dbareudp.c126 if (iptunnel_pull_header(skb, BAREUDP_BASE_HLEN, in bareudp_udp_encap_recv()
H A Dgtp.c191 if (iptunnel_pull_header(skb, hdrlen, skb->protocol, in gtp_rx()
H A Dgeneve.c369 if (iptunnel_pull_header(skb, GENEVE_BASE_HLEN + opts_len, in geneve_udp_encap_recv()
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dsit.c700 if (iptunnel_pull_header(skb, 0, htons(ETH_P_IPV6), in ipip6_rcv()
776 if (iptunnel_pull_header(skb, 0, tpi->proto, false)) in sit_tunnel_rcv()
H A Dip6_tunnel.c969 if (iptunnel_pull_header(skb, 0, tpi->proto, false)) in ipxip6_rcv()
H A Dip6_gre.c610 if (iptunnel_pull_header(skb, hdr_len, tpi.proto, false)) in gre_rcv()