Searched refs:__ip6_dst_store (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/include/net/ |
D | ip6_route.h | 144 static inline void __ip6_dst_store(struct sock *sk, struct dst_entry *dst, in __ip6_dst_store() function 163 __ip6_dst_store(sk, dst, daddr, saddr); in ip6_dst_store()
|
/linux-4.1.27/net/ipv6/ |
D | inet6_connection_sock.c | 183 __ip6_dst_store(sk, dst, daddr, saddr); in __inet6_csk_dst_store()
|
D | af_inet6.c | 676 __ip6_dst_store(sk, dst, NULL, NULL); in inet6_sk_rebuild_header()
|
D | tcp_ipv6.c | 261 __ip6_dst_store(sk, dst, NULL, NULL); in tcp_v6_connect() 1084 __ip6_dst_store(newsk, dst, NULL, NULL); in tcp_v6_syn_recv_sock()
|
/linux-4.1.27/net/dccp/ |
D | ipv6.c | 500 __ip6_dst_store(newsk, dst, NULL, NULL); in dccp_v6_request_recv_sock() 922 __ip6_dst_store(sk, dst, NULL, NULL); in dccp_v6_connect()
|