Searched refs:ipv6_dst_lookup_flow (Results 1 – 17 of 17) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
D | ipv6_stubs.h | 27 struct dst_entry *(*ipv6_dst_lookup_flow)(struct net *net, member
|
/kernel/linux/linux-5.10/net/ipv6/ |
D | addrconf_core.c | 202 .ipv6_dst_lookup_flow = eafnosupport_ipv6_dst_lookup_flow,
|
D | af_inet6.c | 1020 .ipv6_dst_lookup_flow = ip6_dst_lookup_flow,
|
D | ip6_output.c | 1323 dst = ipv6_stub->ipv6_dst_lookup_flow(net, sock->sk, &fl6, in ip6_dst_lookup_tunnel()
|
/kernel/linux/linux-5.10/drivers/net/wireguard/ |
D | socket.c | 139 dst = ipv6_stub->ipv6_dst_lookup_flow(sock_net(sock), sock, &fl, in send6()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/flower/ |
D | tunnel_conf.c | 570 dst = ipv6_stub->ipv6_dst_lookup_flow(dev_net(n->dev), NULL, in nfp_tun_neigh_event_handler() 663 dst = ipv6_stub->ipv6_dst_lookup_flow(dev_net(netdev), NULL, &flow, in nfp_tunnel_request_route_v6()
|
D | action.c | 449 dst = ipv6_stub->ipv6_dst_lookup_flow(net, NULL, &flow, NULL); in nfp_fl_set_tun()
|
/kernel/linux/linux-5.10/net/core/ |
D | lwt_bpf.c | 231 dst = ipv6_stub->ipv6_dst_lookup_flow(net, skb->sk, &fl6, NULL); in bpf_lwt_xmit_reroute()
|
D | filter.c | 2255 dst = ipv6_stub->ipv6_dst_lookup_flow(net, NULL, &fl6, NULL); in __bpf_redirect_neigh_v6()
|
/kernel/linux/linux-5.10/drivers/infiniband/sw/rxe/ |
D | rxe_net.c | 81 ndst = ipv6_stub->ipv6_dst_lookup_flow(sock_net(recv_sockets.sk6->sk), in rxe_find_route6()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | tc_tun.c | 317 dst = ipv6_stub->ipv6_dst_lookup_flow(dev_net(mirred_dev), NULL, fl6, in mlx5e_route_lookup_ipv6_get()
|
/kernel/linux/linux-5.10/drivers/infiniband/core/ |
D | addr.c | 434 dst = ipv6_stub->ipv6_dst_lookup_flow(addr->net, NULL, &fl6, NULL); in addr6_resolve()
|
/kernel/linux/linux-5.10/net/tipc/ |
D | udp_media.c | 201 ndst = ipv6_stub->ipv6_dst_lookup_flow(net, in tipc_udp_xmit()
|
/kernel/linux/linux-5.10/drivers/net/ |
D | geneve.c | 863 dst = ipv6_stub->ipv6_dst_lookup_flow(geneve->net, gs6->sock->sk, fl6, in geneve_get_v6_dst()
|
D | vxlan.c | 2479 ndst = ipv6_stub->ipv6_dst_lookup_flow(vxlan->net, sock6->sock->sk, in vxlan6_get_route()
|
/kernel/linux/linux-5.10/net/mpls/ |
D | af_mpls.c | 626 dst = ipv6_stub->ipv6_dst_lookup_flow(net, NULL, &fl6, NULL); in inet6_fib_lookup_dev()
|
/kernel/linux/patches/linux-4.19/hispark_taurus_patch/ |
D | hispark_taurus.patch | 363686 - struct dst_entry *(*ipv6_dst_lookup_flow)(struct net *net, 363753 + struct dst_entry *(*ipv6_dst_lookup_flow)(struct net *net,
|