Searched refs:ip_route_output_key (Results 1 – 17 of 17) sorted by relevance
| /linux/include/net/ |
| H A D | route.h | 177 static inline struct rtable *ip_route_output_key(struct net *net, struct flowi4 *flp) in ip_route_output_key() function 198 return ip_route_output_key(net, &fl4); in ip_route_output()
|
| /linux/net/ipv4/ |
| H A D | udp_tunnel_core.c | 255 rt = ip_route_output_key(net, &fl4); in udp_tunnel_dst_lookup()
|
| H A D | ip_tunnel.c | 300 rt = ip_route_output_key(tunnel->net, &fl4); in ip_tunnel_bind_dev() 614 rt = ip_route_output_key(tunnel->net, &fl4); in ip_md_tunnel_xmit() 782 rt = ip_route_output_key(tunnel->net, &fl4); in ip_tunnel_xmit()
|
| H A D | ip_gre.c | 640 rt = ip_route_output_key(dev_net(dev), &fl4); in gre_fill_metadata_dst() 957 rt = ip_route_output_key(t->net, &fl4); in ipgre_open()
|
| H A D | icmp.c | 465 rt = ip_route_output_key(net, &fl4); in icmp_reply()
|
| /linux/net/xfrm/ |
| H A D | xfrm_nat_keepalive.c | 57 rt = ip_route_output_key(net, &fl4); in nat_keepalive_send_ipv4()
|
| /linux/net/core/ |
| H A D | lwt_bpf.c | 222 rt = ip_route_output_key(net, &fl4); in bpf_lwt_xmit_reroute()
|
| /linux/net/sctp/ |
| H A D | protocol.c | 455 rt = ip_route_output_key(sock_net(sk), fl4); in sctp_v4_get_dst() 511 rt = ip_route_output_key(sock_net(sk), fl4); in sctp_v4_get_dst()
|
| /linux/drivers/infiniband/sw/rxe/ |
| H A D | rxe_net.c | 120 rt = ip_route_output_key(net, &fl); in rxe_find_route4()
|
| /linux/net/tipc/ |
| H A D | udp_media.c | 193 rt = ip_route_output_key(net, &fl); in tipc_udp_xmit()
|
| /linux/drivers/net/ethernet/sfc/ |
| H A D | tc_encap_actions.c | 173 rt = ip_route_output_key(net, &flow4); in efx_bind_neigh()
|
| /linux/drivers/net/ |
| H A D | amt.c | 1028 rt = ip_route_output_key(amt->net, &fl4); in amt_send_membership_update() 1087 rt = ip_route_output_key(amt->net, &fl4); in amt_send_multicast_data() 1143 rt = ip_route_output_key(amt->net, &fl4); in amt_send_membership_query()
|
| H A D | geneve.c | 2397 struct rtable *rt = ip_route_output_key(geneve->net, &fl4); in geneve_link_config()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
| H A D | ipsec.c | 332 rt = ip_route_output_key(dev_net(netdev), &fl4); in mlx5e_ipsec_init_macs()
|
| /linux/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | spectrum_span.c | 428 rt = ip_route_output_key(tun->net, &fl4); in mlxsw_sp_span_gretap4_route()
|
| /linux/net/netfilter/ipvs/ |
| H A D | ip_vs_xmit.c | 145 rt = ip_route_output_key(net, &fl4); in do_output_route4()
|
| /linux/drivers/net/ethernet/broadcom/bnxt/ |
| H A D | bnxt_tc.c | 1245 rt = ip_route_output_key(dev_net(real_dst_dev), &flow); in bnxt_tc_resolve_tunnel_hdrs()
|