Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv4/
Dip_tunnel_core.c89 int iptunnel_pull_header(struct sk_buff *skb, int hdr_len, __be16 inner_proto) in iptunnel_pull_header() function
121 EXPORT_SYMBOL_GPL(iptunnel_pull_header);
Dipip.c199 if (iptunnel_pull_header(skb, 0, tpi.proto)) in ipip_rcv()
Dip_gre.c437 if (iptunnel_pull_header(skb, hdr_len, tpi.proto) < 0) in gre_rcv()
/linux-4.4.14/include/net/
Dip_tunnels.h276 int iptunnel_pull_header(struct sk_buff *skb, int hdr_len, __be16 inner_proto);
/linux-4.4.14/drivers/net/
Dgeneve.c324 if (iptunnel_pull_header(skb, GENEVE_BASE_HLEN + opts_len, in geneve_udp_encap_recv()
Dvxlan.c1270 if (iptunnel_pull_header(skb, VXLAN_HLEN, htons(ETH_P_TEB))) in vxlan_udp_encap_recv()
/linux-4.4.14/net/ipv6/
Dsit.c743 if (iptunnel_pull_header(skb, 0, tpi.proto)) in ipip_rcv()