Searched refs:ip6_dst_store (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | inet6_connection_sock.c | 109 ip6_dst_store(sk, dst, NULL, NULL); in inet6_csk_route_socket()
|
H A D | tcp_ipv6.c | 302 ip6_dst_store(sk, dst, NULL, NULL); in tcp_v6_connect() 1316 ip6_dst_store(newsk, dst, NULL, NULL); in tcp_v6_syn_recv_sock()
|
H A D | af_inet6.c | 862 ip6_dst_store(sk, dst, NULL, NULL); in inet6_sk_rebuild_header()
|
H A D | route.c | 2856 ip6_dst_store(sk, dst, in ip6_sk_dst_store_flow()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | inet6_connection_sock.c | 109 ip6_dst_store(sk, dst, NULL, NULL); in inet6_csk_route_socket()
|
H A D | tcp_ipv6.c | 304 ip6_dst_store(sk, dst, NULL, NULL); in tcp_v6_connect() 1290 ip6_dst_store(newsk, dst, NULL, NULL); in tcp_v6_syn_recv_sock()
|
H A D | af_inet6.c | 858 ip6_dst_store(sk, dst, NULL, NULL); in inet6_sk_rebuild_header()
|
H A D | route.c | 2978 ip6_dst_store(sk, dst, in ip6_sk_dst_store_flow()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | ip6_route.h | 227 static inline void ip6_dst_store(struct sock *sk, struct dst_entry *dst, in ip6_dst_store() function
|
/kernel/linux/linux-6.6/include/net/ |
H A D | ip6_route.h | 224 static inline void ip6_dst_store(struct sock *sk, struct dst_entry *dst, in ip6_dst_store() function
|
/kernel/linux/linux-5.10/net/dccp/ |
H A D | ipv6.c | 481 ip6_dst_store(newsk, dst, NULL, NULL); in dccp_v6_request_recv_sock() 932 ip6_dst_store(sk, dst, NULL, NULL); in dccp_v6_connect()
|
/kernel/linux/linux-6.6/net/dccp/ |
H A D | ipv6.c | 492 ip6_dst_store(newsk, dst, NULL, NULL); in dccp_v6_request_recv_sock() 947 ip6_dst_store(sk, dst, NULL, NULL); in dccp_v6_connect()
|
Completed in 27 milliseconds