Searched refs:iptunnel_pull_header (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/net/ipv4/ |
D | ip_tunnel_core.c | 87 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);
|
D | gre_demux.c | 159 return iptunnel_pull_header(skb, hdr_len, tpi->proto); in parse_gre_header()
|
D | geneve.c | 284 if (iptunnel_pull_header(skb, GENEVE_BASE_HLEN + opts_len, in geneve_udp_encap_recv()
|
D | ipip.c | 199 if (iptunnel_pull_header(skb, 0, tpi.proto)) in ipip_rcv()
|
/linux-4.1.27/include/net/ |
D | ip_tunnels.h | 197 int iptunnel_pull_header(struct sk_buff *skb, int hdr_len, __be16 inner_proto);
|
/linux-4.1.27/net/ipv6/ |
D | sit.c | 743 if (iptunnel_pull_header(skb, 0, tpi.proto)) in ipip_rcv()
|
/linux-4.1.27/drivers/net/ |
D | vxlan.c | 1187 if (iptunnel_pull_header(skb, VXLAN_HLEN, htons(ETH_P_TEB))) in vxlan_udp_encap_recv()
|