/openbmc/linux/net/ipv4/ |
H A D | netfilter.c | 52 rt = ip_route_output_key(net, &fl4); in ip_route_me_harder() 89 struct rtable *rt = ip_route_output_key(net, &fl->u.ip4); in nf_ip_route()
|
H A D | ip_tunnel.c | 299 rt = ip_route_output_key(tunnel->net, &fl4); in ip_tunnel_bind_dev() 627 rt = ip_route_output_key(tunnel->net, &fl4); in ip_md_tunnel_xmit() 794 rt = ip_route_output_key(tunnel->net, &fl4); in ip_tunnel_xmit()
|
H A D | syncookies.c | 420 rt = ip_route_output_key(sock_net(sk), &fl4); in cookie_v4_check()
|
H A D | icmp.c | 458 rt = ip_route_output_key(net, &fl4); in icmp_reply() 543 rt2 = ip_route_output_key(net, &fl4_2); in icmp_route_lookup()
|
H A D | ip_gre.c | 619 rt = ip_route_output_key(dev_net(dev), &fl4); in gre_fill_metadata_dst()
|
H A D | route.c | 2938 rt = ip_route_output_key(net, &fl4); in ip_route_output_tunnel()
|
/openbmc/linux/include/net/ |
H A D | route.h | 148 static inline struct rtable *ip_route_output_key(struct net *net, struct flowi4 *flp) in ip_route_output_key() function 162 return ip_route_output_key(net, &fl4); in ip_route_output() 191 return ip_route_output_key(net, fl4); in ip_route_output_gre()
|
/openbmc/linux/net/ipv4/netfilter/ |
H A D | nf_dup_ipv4.c | 38 rt = ip_route_output_key(net, &fl4); in nf_dup_ipv4_route()
|
/openbmc/linux/drivers/net/ethernet/netronome/nfp/flower/ |
H A D | tunnel_conf.c | 680 rt = ip_route_output_key(dev_net(n->dev), &flow4); in nfp_tun_neigh_update() 772 rt = ip_route_output_key(dev_net(netdev), &flow); in nfp_tunnel_request_route_v4()
|
H A D | action.c | 478 rt = ip_route_output_key(net, &flow); in nfp_fl_set_tun()
|
/openbmc/linux/net/core/ |
H A D | lwt_bpf.c | 213 rt = ip_route_output_key(net, &fl4); in bpf_lwt_xmit_reroute()
|
/openbmc/linux/net/sctp/ |
H A D | protocol.c | 452 rt = ip_route_output_key(sock_net(sk), fl4); in sctp_v4_get_dst() 508 rt = ip_route_output_key(sock_net(sk), fl4); in sctp_v4_get_dst()
|
/openbmc/linux/drivers/infiniband/sw/rxe/ |
H A D | rxe_net.c | 37 rt = ip_route_output_key(&init_net, &fl); in rxe_find_route4()
|
/openbmc/linux/net/tipc/ |
H A D | udp_media.c | 189 rt = ip_route_output_key(net, &fl); in tipc_udp_xmit()
|
/openbmc/linux/drivers/infiniband/core/ |
H A D | addr.c | 403 rt = ip_route_output_key(addr->net, &fl4); in addr4_resolve()
|
/openbmc/linux/drivers/net/ethernet/sfc/ |
H A D | tc_encap_actions.c | 172 rt = ip_route_output_key(net, &flow4); in efx_bind_neigh()
|
/openbmc/linux/drivers/net/ |
H A D | geneve.c | 843 rt = ip_route_output_key(geneve->net, fl4); in geneve_get_v4_rt() 1646 struct rtable *rt = ip_route_output_key(geneve->net, &fl4); in geneve_link_config()
|
H A D | amt.c | 1023 rt = ip_route_output_key(amt->net, &fl4); in amt_send_membership_update() 1081 rt = ip_route_output_key(amt->net, &fl4); in amt_send_multicast_data() 1136 rt = ip_route_output_key(amt->net, &fl4); in amt_send_membership_query()
|
H A D | gtp.c | 250 return ip_route_output_key(sock_net(sk), fl4); in ip4_route_output_gtp()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | tc_tun.c | 132 rt = ip_route_output_key(dev_net(dev), &attr->fl.fl4); in mlx5e_route_lookup_ipv4_get()
|
/openbmc/linux/net/netfilter/ipvs/ |
H A D | ip_vs_xmit.c | 136 rt = ip_route_output_key(net, &fl4); in do_output_route4()
|
/openbmc/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()
|
/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_tc.c | 1241 rt = ip_route_output_key(dev_net(real_dst_dev), &flow); in bnxt_tc_resolve_tunnel_hdrs()
|
/openbmc/linux/drivers/net/vxlan/ |
H A D | vxlan_core.c | 2274 rt = ip_route_output_key(vxlan->net, &fl4); in vxlan_get_route()
|