Home
last modified time | relevance | path

Searched refs:ipv6_tun_rx_dst (Results 1 – 4 of 4) sorted by relevance

/linux/include/net/
H A Ddst_metadata.h268 static inline struct metadata_dst *ipv6_tun_rx_dst(struct sk_buff *skb, in ipv6_tun_rx_dst() function
/linux/net/ipv4/
H A Dudp_tunnel_core.c217 tun_dst = ipv6_tun_rx_dst(skb, flags, tunnel_id, md_size); in udp_tun_rx_dst()
/linux/net/ipv6/
H A Dip6_gre.c475 tun_dst = ipv6_tun_rx_dst(skb, flags, tun_id, 0); in ip6gre_rcv()
533 tun_dst = ipv6_tun_rx_dst(skb, flags, tun_id, in ip6erspan_rcv()
H A Dip6_tunnel.c957 tun_dst = ipv6_tun_rx_dst(skb, flags, 0, 0); in ipxip6_rcv()