Searched refs:ip6_dst_lookup_flow (Results 1 – 14 of 14) sorted by relevance
/linux-6.6.21/net/ipv6/ |
D | inet6_connection_sock.c | 51 dst = ip6_dst_lookup_flow(sock_net(sk), sk, fl6, final_p); in inet6_csk_route_req() 106 dst = ip6_dst_lookup_flow(sock_net(sk), sk, fl6, final_p); in inet6_csk_route_socket()
|
D | syncookies.c | 241 dst = ip6_dst_lookup_flow(sock_net(sk), sk, &fl6, final_p); in cookie_v6_check()
|
D | af_inet6.c | 851 dst = ip6_dst_lookup_flow(sock_net(sk), sk, &fl6, final_p); in inet6_sk_rebuild_header() 1037 .ipv6_dst_lookup_flow = ip6_dst_lookup_flow,
|
D | ip6_output.c | 1240 struct dst_entry *ip6_dst_lookup_flow(struct net *net, const struct sock *sk, struct flowi6 *fl6, in ip6_dst_lookup_flow() function 1254 EXPORT_SYMBOL_GPL(ip6_dst_lookup_flow); 1284 dst = ip6_dst_lookup_flow(sock_net(sk), sk, fl6, final_dst); in ip6_sk_dst_lookup_flow()
|
D | tcp_ipv6.c | 283 dst = ip6_dst_lookup_flow(net, sk, &fl6, final_p); in tcp_v6_connect() 960 dst = ip6_dst_lookup_flow(net, sk, &fl6, NULL); /*sk's xfrm_policy can be referred*/ in tcp_v6_send_response() 962 dst = ip6_dst_lookup_flow(net, ctl_sk, &fl6, NULL); in tcp_v6_send_response()
|
D | datagram.c | 95 dst = ip6_dst_lookup_flow(sock_net(sk), sk, &fl6, final_p); in ip6_datagram_dst_update()
|
D | raw.c | 892 dst = ip6_dst_lookup_flow(sock_net(sk), sk, &fl6, final_p); in rawv6_sendmsg()
|
/linux-6.6.21/net/dccp/ |
D | ipv6.c | 221 dst = ip6_dst_lookup_flow(sock_net(sk), sk, &fl6, final_p); in dccp_v6_send_response() 296 dst = ip6_dst_lookup_flow(sock_net(ctl_sk), ctl_sk, &fl6, NULL); in dccp_v6_ctl_send_reset() 929 dst = ip6_dst_lookup_flow(sock_net(sk), sk, &fl6, final_p); in dccp_v6_connect()
|
/linux-6.6.21/net/sctp/ |
D | ipv6.c | 327 dst = ip6_dst_lookup_flow(sock_net(sk), sk, fl6, final_p); in sctp_v6_get_dst() 385 bdst = ip6_dst_lookup_flow(sock_net(sk), sk, fl6, final_p); in sctp_v6_get_dst()
|
/linux-6.6.21/net/l2tp/ |
D | l2tp_ip6.c | 613 dst = ip6_dst_lookup_flow(sock_net(sk), sk, &fl6, final_p); in l2tp_ip6_sendmsg()
|
/linux-6.6.21/include/net/ |
D | ipv6.h | 1131 struct dst_entry *ip6_dst_lookup_flow(struct net *net, const struct sock *sk, struct flowi6 *fl6,
|
/linux-6.6.21/drivers/net/ethernet/netronome/nfp/flower/ |
D | tunnel_conf.c | 659 dst = ip6_dst_lookup_flow(dev_net(n->dev), NULL, in nfp_tun_neigh_update()
|
/linux-6.6.21/drivers/net/ |
D | vrf.c | 473 dst = ip6_dst_lookup_flow(net, NULL, &fl6, NULL); in vrf_process_v6_outbound()
|
/linux-6.6.21/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
D | chtls_cm.c | 1153 dst = ip6_dst_lookup_flow(sock_net(lsk), lsk, &fl6, NULL); in chtls_recv_sock()
|