Home
last modified time | relevance | path

Searched refs:__iptunnel_pull_header (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/net/
H A Dip_tunnels.h475 int __iptunnel_pull_header(struct sk_buff *skb, int hdr_len,
481 return __iptunnel_pull_header(skb, hdr_len, inner_proto, false, xnet); in iptunnel_pull_header()
/openbmc/linux/net/ipv4/
H A Dip_tunnel_core.c92 int __iptunnel_pull_header(struct sk_buff *skb, int hdr_len, in __iptunnel_pull_header() function
123 EXPORT_SYMBOL_GPL(__iptunnel_pull_header);
H A Dip_gre.c304 if (__iptunnel_pull_header(skb, in erspan_rcv()
370 if (__iptunnel_pull_header(skb, hdr_len, tpi->proto, in __ipgre_rcv()
/openbmc/linux/net/ipv6/
H A Dip6_gre.c547 if (__iptunnel_pull_header(skb, len, in ip6erspan_rcv()
/openbmc/linux/drivers/net/vxlan/
H A Dvxlan_core.c1715 if (__iptunnel_pull_header(skb, VXLAN_HLEN, protocol, raw_proto, in vxlan_rcv()