Searched refs:ip6_dst_lookup_flow (Results  1 – 11 of 11) sorted by relevance
| /Linux-v5.4/net/ipv6/ | 
| D | inet6_connection_sock.c | 51 	dst = ip6_dst_lookup_flow(sk, fl6, final_p);  in inet6_csk_route_req()106 		dst = ip6_dst_lookup_flow(sk, fl6, final_p);  in inet6_csk_route_socket()
 
 | 
| D | syncookies.c | 238 		dst = ip6_dst_lookup_flow(sk, &fl6, final_p);  in cookie_v6_check()
 | 
| D | ip6_output.c | 1147 struct dst_entry *ip6_dst_lookup_flow(const struct sock *sk, struct flowi6 *fl6,  in ip6_dst_lookup_flow()  function1161 EXPORT_SYMBOL_GPL(ip6_dst_lookup_flow);
 1191 	dst = ip6_dst_lookup_flow(sk, fl6, final_dst);  in ip6_sk_dst_lookup_flow()
 
 | 
| D | af_inet6.c | 768 		dst = ip6_dst_lookup_flow(sk, &fl6, final_p);  in inet6_sk_rebuild_header()
 | 
| D | tcp_ipv6.c | 278 	dst = ip6_dst_lookup_flow(sk, &fl6, final_p);  in tcp_v6_connect()909 	dst = ip6_dst_lookup_flow(ctl_sk, &fl6, NULL);  in tcp_v6_send_response()
 
 | 
| D | datagram.c | 88 	dst = ip6_dst_lookup_flow(sk, &fl6, final_p);  in ip6_datagram_dst_update()
 | 
| D | raw.c | 928 	dst = ip6_dst_lookup_flow(sk, &fl6, final_p);  in rawv6_sendmsg()
 | 
| /Linux-v5.4/net/dccp/ | 
| D | ipv6.c | 213 	dst = ip6_dst_lookup_flow(sk, &fl6, final_p);  in dccp_v6_send_response()285 	dst = ip6_dst_lookup_flow(ctl_sk, &fl6, NULL);  in dccp_v6_ctl_send_reset()
 915 	dst = ip6_dst_lookup_flow(sk, &fl6, final_p);  in dccp_v6_connect()
 
 | 
| /Linux-v5.4/net/sctp/ | 
| D | ipv6.c | 278 	dst = ip6_dst_lookup_flow(sk, fl6, final_p);  in sctp_v6_get_dst()331 		bdst = ip6_dst_lookup_flow(sk, fl6, final_p);  in sctp_v6_get_dst()
 
 | 
| /Linux-v5.4/net/l2tp/ | 
| D | l2tp_ip6.c | 618 	dst = ip6_dst_lookup_flow(sk, &fl6, final_p);  in l2tp_ip6_sendmsg()
 | 
| /Linux-v5.4/include/net/ | 
| D | ipv6.h | 1020 struct dst_entry *ip6_dst_lookup_flow(const struct sock *sk, struct flowi6 *fl6,
 |