Searched refs:ip6_dst_lookup_flow (Results 1 – 13 of 13) sorted by relevance
| /linux/net/dccp/ |
| H A D | ipv6.c | |
| /linux/net/ipv6/ |
| H A D | syncookies.c | 248 dst = ip6_dst_lookup_flow(net, sk, &fl6, final_p); in cookie_v6_check()
|
| H A D | ip6_output.c | 1283 struct dst_entry *ip6_dst_lookup_flow(struct net *net, const struct sock *sk, struct flowi6 *fl6, in ip6_dst_lookup_flow() function 1299 EXPORT_SYMBOL_GPL(ip6_dst_lookup_flow); 1329 dst = ip6_dst_lookup_flow(sock_net(sk), sk, fl6, final_dst); in ip6_sk_dst_lookup_flow()
|
| H A D | tcp_ipv6.c | 278 dst = ip6_dst_lookup_flow(net, sk, fl6, final_p); in tcp_v6_connect() 972 dst = ip6_dst_lookup_flow(net, sk, &fl6, NULL); /*sk's xfrm_policy can be referred*/ in tcp_v6_send_response() 974 dst = ip6_dst_lookup_flow(net, ctl_sk, &fl6, NULL); in tcp_v6_send_response()
|
| H A D | af_inet6.c | 830 dst = ip6_dst_lookup_flow(sock_net(sk), sk, fl6, final_p); in inet6_sk_rebuild_header()
|
| H A D | datagram.c | 97 dst = ip6_dst_lookup_flow(sock_net(sk), sk, fl6, final_p); in ip6_datagram_dst_update()
|
| /linux/net/xfrm/ |
| H A D | xfrm_nat_keepalive.c | 101 dst = ip6_dst_lookup_flow(net, sk, &fl6, NULL); in nat_keepalive_send_ipv6()
|
| /linux/net/sctp/ |
| H A D | ipv6.c | 329 dst = ip6_dst_lookup_flow(sock_net(sk), sk, fl6, final_p); in sctp_v6_get_dst() 387 bdst = ip6_dst_lookup_flow(sock_net(sk), sk, fl6, final_p); in sctp_v6_get_dst()
|
| /linux/include/net/ |
| H A D | ipv6.h | 1051 struct dst_entry *ip6_dst_lookup_flow(struct net *net, const struct sock *sk, struct flowi6 *fl6, 1054 static inline struct dst_entry *ip6_dst_lookup_flow(struct net *net, const struct sock *sk, in ip6_dst_lookup_flow() function
|
| /linux/drivers/net/ |
| H A D | vrf.c | 436 dst = ip6_dst_lookup_flow(net, NULL, &fl6, NULL); in vrf_process_v6_outbound()
|
| /linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
| H A D | chtls_cm.c | 1155 dst = ip6_dst_lookup_flow(sock_net(lsk), lsk, &fl6, NULL); in chtls_recv_sock()
|
| /linux/net/mpls/ |
| H A D | af_mpls.c | 660 dst = ip6_dst_lookup_flow(net, NULL, &fl6, NULL); in inet6_fib_lookup_dev()
|
| /linux/net/core/ |
| H A D | filter.c | 2286 dst = ip6_dst_lookup_flow(net, NULL, &fl6, NULL); in __bpf_redirect_neigh_v6()
|