Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/
H A Ddst_metadata.h219 static inline struct metadata_dst *ipv6_tun_rx_dst(struct sk_buff *skb, in ipv6_tun_rx_dst() function
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dudp_tunnel_core.c211 tun_dst = ipv6_tun_rx_dst(skb, flags, tunnel_id, md_size); in udp_tun_rx_dst()
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dip6_gre.c511 tun_dst = ipv6_tun_rx_dst(skb, flags, tun_id, 0); in ip6gre_rcv()
566 tun_dst = ipv6_tun_rx_dst(skb, flags, tun_id, in ip6erspan_rcv()
H A Dip6_tunnel.c972 tun_dst = ipv6_tun_rx_dst(skb, 0, 0, 0); in ipxip6_rcv()