Searched refs:iptunnel_pull_header (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/net/ipv4/ |
D | ip_tunnel_core.c | 89 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);
|
D | ipip.c | 199 if (iptunnel_pull_header(skb, 0, tpi.proto)) in ipip_rcv()
|
D | ip_gre.c | 437 if (iptunnel_pull_header(skb, hdr_len, tpi.proto) < 0) in gre_rcv()
|
/linux-4.4.14/include/net/ |
D | ip_tunnels.h | 276 int iptunnel_pull_header(struct sk_buff *skb, int hdr_len, __be16 inner_proto);
|
/linux-4.4.14/drivers/net/ |
D | geneve.c | 324 if (iptunnel_pull_header(skb, GENEVE_BASE_HLEN + opts_len, in geneve_udp_encap_recv()
|
D | vxlan.c | 1270 if (iptunnel_pull_header(skb, VXLAN_HLEN, htons(ETH_P_TEB))) in vxlan_udp_encap_recv()
|
/linux-4.4.14/net/ipv6/ |
D | sit.c | 743 if (iptunnel_pull_header(skb, 0, tpi.proto)) in ipip_rcv()
|