Searched refs:ip6_dst_lookup_flow (Results 1 – 9 of 9) sorted by relevance
/linux/net/ipv6/ |
H A 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()
|
H A D | syncookies.c | 242 dst = ip6_dst_lookup_flow(net, sk, &fl6, final_p); in cookie_v6_check()
|
H A D | af_inet6.c | 852 dst = ip6_dst_lookup_flow(sock_net(sk), sk, &fl6, final_p); in inet6_sk_rebuild_header() 1038 .ipv6_dst_lookup_flow = ip6_dst_lookup_flow,
|
H A D | tcp_ipv6.c | 277 dst = ip6_dst_lookup_flow(net, sk, &fl6, final_p); in tcp_v6_connect() 994 dst = ip6_dst_lookup_flow(net, sk, &fl6, NULL); /*sk's xfrm_policy can be referred*/ in tcp_v6_send_response() 996 dst = ip6_dst_lookup_flow(net, ctl_sk, &fl6, NULL); in tcp_v6_send_response()
|
H A D | datagram.c | 96 dst = ip6_dst_lookup_flow(sock_net(sk), sk, &fl6, final_p); in ip6_datagram_dst_update()
|
/linux/net/dccp/ |
H A D | ipv6.c | 222 dst = ip6_dst_lookup_flow(sock_net(sk), sk, &fl6, final_p); in dccp_v6_send_response() 298 dst = ip6_dst_lookup_flow(sock_net(ctl_sk), ctl_sk, &fl6, NULL); in dccp_v6_ctl_send_reset() 934 dst = ip6_dst_lookup_flow(sock_net(sk), sk, &fl6, final_p); in dccp_v6_connect()
|
/linux/net/l2tp/ |
H A D | l2tp_ip6.c | 642 dst = ip6_dst_lookup_flow(sock_net(sk), sk, &fl6, final_p); in l2tp_ip6_sendmsg()
|
/linux/drivers/net/ethernet/netronome/nfp/flower/ |
H A D | tunnel_conf.c | 659 dst = ip6_dst_lookup_flow(dev_net(n->dev), NULL, in nfp_tun_neigh_update()
|
/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
H A D | chtls_cm.c | 1153 dst = ip6_dst_lookup_flow(sock_net(lsk), lsk, &fl6, NULL); in chtls_recv_sock()
|