Home
last modified time | relevance | path

Searched refs:ip6_dst_lookup_flow (Results 1 – 13 of 13) sorted by relevance

/Linux-v5.10/net/ipv6/
Dinet6_connection_sock.c51 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()
Dsyncookies.c238 dst = ip6_dst_lookup_flow(sock_net(sk), sk, &fl6, final_p); in cookie_v6_check()
Daf_inet6.c829 dst = ip6_dst_lookup_flow(sock_net(sk), sk, &fl6, final_p); in inet6_sk_rebuild_header()
1010 .ipv6_dst_lookup_flow = ip6_dst_lookup_flow,
Dip6_output.c1148 struct dst_entry *ip6_dst_lookup_flow(struct net *net, const struct sock *sk, struct flowi6 *fl6, in ip6_dst_lookup_flow() function
1162 EXPORT_SYMBOL_GPL(ip6_dst_lookup_flow);
1192 dst = ip6_dst_lookup_flow(sock_net(sk), sk, fl6, final_dst); in ip6_sk_dst_lookup_flow()
Ddatagram.c89 dst = ip6_dst_lookup_flow(sock_net(sk), sk, &fl6, final_p); in ip6_datagram_dst_update()
Dtcp_ipv6.c283 dst = ip6_dst_lookup_flow(sock_net(sk), sk, &fl6, final_p); in tcp_v6_connect()
969 dst = ip6_dst_lookup_flow(sock_net(ctl_sk), ctl_sk, &fl6, NULL); in tcp_v6_send_response()
Draw.c928 dst = ip6_dst_lookup_flow(sock_net(sk), sk, &fl6, final_p); in rawv6_sendmsg()
/Linux-v5.10/net/dccp/
Dipv6.c213 dst = ip6_dst_lookup_flow(sock_net(sk), sk, &fl6, final_p); in dccp_v6_send_response()
285 dst = ip6_dst_lookup_flow(sock_net(ctl_sk), ctl_sk, &fl6, NULL); in dccp_v6_ctl_send_reset()
915 dst = ip6_dst_lookup_flow(sock_net(sk), sk, &fl6, final_p); in dccp_v6_connect()
/Linux-v5.10/net/sctp/
Dipv6.c279 dst = ip6_dst_lookup_flow(sock_net(sk), sk, fl6, final_p); in sctp_v6_get_dst()
337 bdst = ip6_dst_lookup_flow(sock_net(sk), sk, fl6, final_p); in sctp_v6_get_dst()
/Linux-v5.10/net/l2tp/
Dl2tp_ip6.c616 dst = ip6_dst_lookup_flow(sock_net(sk), sk, &fl6, final_p); in l2tp_ip6_sendmsg()
/Linux-v5.10/include/net/
Dipv6.h1024 struct dst_entry *ip6_dst_lookup_flow(struct net *net, const struct sock *sk, struct flowi6 *fl6,
/Linux-v5.10/drivers/net/
Dvrf.c467 dst = ip6_dst_lookup_flow(net, NULL, &fl6, NULL); in vrf_process_v6_outbound()
/Linux-v5.10/drivers/net/ethernet/chelsio/inline_crypto/chtls/
Dchtls_cm.c1149 dst = ip6_dst_lookup_flow(sock_net(lsk), lsk, &fl6, NULL); in chtls_recv_sock()