Searched refs:ip6_dst_lookup_flow (Results 1 – 11 of 11) sorted by relevance
/linux-4.1.27/net/ipv6/ |
D | inet6_connection_sock.c | 90 dst = ip6_dst_lookup_flow(sk, fl6, final_p); in inet6_csk_route_req() 218 dst = ip6_dst_lookup_flow(sk, fl6, final_p); in inet6_csk_route_socket()
|
D | syncookies.c | 253 dst = ip6_dst_lookup_flow(sk, &fl6, final_p); in cookie_v6_check()
|
D | ip6_output.c | 1016 struct dst_entry *ip6_dst_lookup_flow(struct sock *sk, struct flowi6 *fl6, in ip6_dst_lookup_flow() function 1030 EXPORT_SYMBOL_GPL(ip6_dst_lookup_flow);
|
D | af_inet6.c | 669 dst = ip6_dst_lookup_flow(sk, &fl6, final_p); in inet6_sk_rebuild_header()
|
D | tcp_ipv6.c | 245 dst = ip6_dst_lookup_flow(sk, &fl6, final_p); in tcp_v6_connect() 819 dst = ip6_dst_lookup_flow(ctl_sk, &fl6, NULL); in tcp_v6_send_response()
|
D | datagram.c | 178 dst = ip6_dst_lookup_flow(sk, &fl6, final_p); in __ip6_datagram_connect()
|
D | raw.c | 871 dst = ip6_dst_lookup_flow(sk, &fl6, final_p); in rawv6_sendmsg()
|
/linux-4.1.27/net/dccp/ |
D | ipv6.c | 209 dst = ip6_dst_lookup_flow(sk, &fl6, final_p); in dccp_v6_send_response() 276 dst = ip6_dst_lookup_flow(ctl_sk, &fl6, NULL); in dccp_v6_ctl_send_reset() 485 dst = ip6_dst_lookup_flow(sk, &fl6, final_p); in dccp_v6_request_recv_sock() 907 dst = ip6_dst_lookup_flow(sk, &fl6, final_p); in dccp_v6_connect()
|
/linux-4.1.27/net/sctp/ |
D | ipv6.c | 266 dst = ip6_dst_lookup_flow(sk, fl6, final_p); in sctp_v6_get_dst() 325 dst = ip6_dst_lookup_flow(sk, fl6, final_p); in sctp_v6_get_dst()
|
/linux-4.1.27/net/l2tp/ |
D | l2tp_ip6.c | 604 dst = ip6_dst_lookup_flow(sk, &fl6, final_p); in l2tp_ip6_sendmsg()
|
/linux-4.1.27/include/net/ |
D | ipv6.h | 831 struct dst_entry *ip6_dst_lookup_flow(struct sock *sk, struct flowi6 *fl6,
|