Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/
Ddst_metadata.h205 static inline struct metadata_dst *ipv6_tun_rx_dst(struct sk_buff *skb, in ipv6_tun_rx_dst() function
/Linux-v4.19/net/ipv4/
Dudp_tunnel.c203 tun_dst = ipv6_tun_rx_dst(skb, flags, tunnel_id, md_size); in udp_tun_rx_dst()
/Linux-v4.19/net/ipv6/
Dip6_gre.c528 tun_dst = ipv6_tun_rx_dst(skb, flags, tun_id, 0); in ip6gre_rcv()
589 tun_dst = ipv6_tun_rx_dst(skb, flags, tun_id, in ip6erspan_rcv()
Dip6_tunnel.c909 tun_dst = ipv6_tun_rx_dst(skb, 0, 0, 0); in ipxip6_rcv()