Home
last modified time | relevance | path

Searched refs:rt6_get_cookie (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/net/core/
H A Ddst_cache.c115 rt6_get_cookie((struct rt6_info *)dst)); in dst_cache_set_ip6()
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dxfrm6_policy.c89 xdst->route_cookie = rt6_get_cookie(rt); in xfrm6_fill_dst()
H A Dudp.c872 inet6_sk(sk)->rx_dst_cookie = rt6_get_cookie(rt); in udp6_sk_rx_dst_set()
H A Dtcp_ipv6.c112 tcp_inet6_sk(sk)->rx_dst_cookie = rt6_get_cookie(rt); in inet6_sk_rx_dst_set()
/OK3568_Linux_fs/kernel/include/net/
H A Dip6_route.h233 np->dst_cookie = rt6_get_cookie((struct rt6_info *)dst); in ip6_dst_store()
H A Dip6_fib.h302 static inline u32 rt6_get_cookie(const struct rt6_info *rt) in rt6_get_cookie() function
/OK3568_Linux_fs/kernel/drivers/infiniband/sw/rxe/
H A Drxe_net.c141 rt6_get_cookie((struct rt6_info *)dst); in rxe_find_route()
/OK3568_Linux_fs/kernel/drivers/s390/net/
H A Dqeth_core.h987 dst = dst_check(dst, (ipv == 6) ? rt6_get_cookie(rt) : 0); in qeth_dst_check_rcu()
/OK3568_Linux_fs/kernel/net/sctp/
H A Dipv6.c372 t->dst_cookie = rt6_get_cookie(rt); in sctp_v6_get_dst()
/OK3568_Linux_fs/kernel/net/netfilter/ipvs/
H A Dip_vs_xmit.c505 cookie = rt6_get_cookie(rt); in __ip_vs_get_out_rt_v6()
/OK3568_Linux_fs/kernel/net/xfrm/
H A Dxfrm_policy.c2514 path->path_cookie = rt6_get_cookie(rt); in xfrm_init_path()