Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv6/
H A 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()
H A Dsyncookies.c241 dst = ip6_dst_lookup_flow(sock_net(sk), sk, &fl6, final_p); in cookie_v6_check()
H A Daf_inet6.c849 dst = ip6_dst_lookup_flow(sock_net(sk), sk, &fl6, final_p); in inet6_sk_rebuild_header()
1035 .ipv6_dst_lookup_flow = ip6_dst_lookup_flow,
H A Dip6_output.c1251 struct dst_entry *ip6_dst_lookup_flow(struct net *net, const struct sock *sk, struct flowi6 *fl6, in ip6_dst_lookup_flow() function
1265 EXPORT_SYMBOL_GPL(ip6_dst_lookup_flow);
1295 dst = ip6_dst_lookup_flow(sock_net(sk), sk, fl6, final_dst); in ip6_sk_dst_lookup_flow()
H A Dtcp_ipv6.c281 dst = ip6_dst_lookup_flow(net, sk, &fl6, final_p); in tcp_v6_connect()
954 dst = ip6_dst_lookup_flow(net, sk, &fl6, NULL); /*sk's xfrm_policy can be referred*/ in tcp_v6_send_response()
956 dst = ip6_dst_lookup_flow(net, ctl_sk, &fl6, NULL); in tcp_v6_send_response()
H A Ddatagram.c95 dst = ip6_dst_lookup_flow(sock_net(sk), sk, &fl6, final_p); in ip6_datagram_dst_update()
H A Draw.c892 dst = ip6_dst_lookup_flow(sock_net(sk), sk, &fl6, final_p); in rawv6_sendmsg()
/openbmc/linux/net/dccp/
H A Dipv6.c221 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()
932 dst = ip6_dst_lookup_flow(sock_net(sk), sk, &fl6, final_p); in dccp_v6_connect()
/openbmc/linux/net/sctp/
H A Dipv6.c327 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()
/openbmc/linux/net/l2tp/
H A Dl2tp_ip6.c613 dst = ip6_dst_lookup_flow(sock_net(sk), sk, &fl6, final_p); in l2tp_ip6_sendmsg()
/openbmc/linux/include/net/
H A Dipv6.h1131 struct dst_entry *ip6_dst_lookup_flow(struct net *net, const struct sock *sk, struct flowi6 *fl6,
/openbmc/linux/drivers/net/ethernet/netronome/nfp/flower/
H A Dtunnel_conf.c659 dst = ip6_dst_lookup_flow(dev_net(n->dev), NULL, in nfp_tun_neigh_update()
/openbmc/linux/drivers/net/
H A Dvrf.c473 dst = ip6_dst_lookup_flow(net, NULL, &fl6, NULL); in vrf_process_v6_outbound()
/openbmc/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_cm.c1153 dst = ip6_dst_lookup_flow(sock_net(lsk), lsk, &fl6, NULL); in chtls_recv_sock()