Home
last modified time | relevance | path

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

/linux-4.1.27/net/ipv4/
Dip_tunnel_core.c87 int iptunnel_pull_header(struct sk_buff *skb, int hdr_len, __be16 inner_proto) in iptunnel_pull_header() function
119 EXPORT_SYMBOL_GPL(iptunnel_pull_header);
Dgre_demux.c159 return iptunnel_pull_header(skb, hdr_len, tpi->proto); in parse_gre_header()
Dgeneve.c284 if (iptunnel_pull_header(skb, GENEVE_BASE_HLEN + opts_len, in geneve_udp_encap_recv()
Dipip.c199 if (iptunnel_pull_header(skb, 0, tpi.proto)) in ipip_rcv()
/linux-4.1.27/include/net/
Dip_tunnels.h197 int iptunnel_pull_header(struct sk_buff *skb, int hdr_len, __be16 inner_proto);
/linux-4.1.27/net/ipv6/
Dsit.c743 if (iptunnel_pull_header(skb, 0, tpi.proto)) in ipip_rcv()
/linux-4.1.27/drivers/net/
Dvxlan.c1187 if (iptunnel_pull_header(skb, VXLAN_HLEN, htons(ETH_P_TEB))) in vxlan_udp_encap_recv()