Searched refs:ip_route_output_key (Results 1 – 17 of 17) sorted by relevance
/linux-4.4.14/include/net/ |
D | route.h | 131 static inline struct rtable *ip_route_output_key(struct net *net, struct flowi4 *flp) in ip_route_output_key() function 145 return ip_route_output_key(net, &fl4); in ip_route_output() 174 return ip_route_output_key(net, fl4); in ip_route_output_gre()
|
/linux-4.4.14/net/ipv4/ |
D | netfilter.c | 45 rt = ip_route_output_key(net, &fl4); in ip_route_me_harder() 178 struct rtable *rt = ip_route_output_key(net, &fl->u.ip4); in nf_ip_route()
|
D | syncookies.c | 380 rt = ip_route_output_key(sock_net(sk), &fl4); in cookie_v4_check()
|
D | icmp.c | 432 rt = ip_route_output_key(net, &fl4); in icmp_reply() 515 rt2 = ip_route_output_key(net, &fl4_2); in icmp_route_lookup()
|
D | ip_tunnel.c | 381 rt = ip_route_output_key(tunnel->net, &fl4); in ip_tunnel_bind_dev() 739 rt = ip_route_output_key(tunnel->net, &fl4); in ip_tunnel_xmit()
|
D | ip_gre.c | 520 return ip_route_output_key(net, fl); in gre_get_rt()
|
D | ip_output.c | 1582 rt = ip_route_output_key(net, &fl4); in ip_send_unicast_reply()
|
D | route.c | 2596 rt = ip_route_output_key(net, &fl4); in inet_rtm_getroute()
|
/linux-4.4.14/net/ipv4/netfilter/ |
D | nf_dup_ipv4.c | 41 rt = ip_route_output_key(net, &fl4); in nf_dup_ipv4_route()
|
/linux-4.4.14/net/openvswitch/ |
D | vport.h | 216 rt = ip_route_output_key(net, fl); in ovs_tunnel_route_lookup()
|
/linux-4.4.14/net/tipc/ |
D | udp_media.c | 180 rt = ip_route_output_key(net, &fl); in tipc_udp_send_msg()
|
/linux-4.4.14/drivers/infiniband/core/ |
D | addr.c | 238 rt = ip_route_output_key(addr->net, &fl4); in addr4_resolve()
|
/linux-4.4.14/net/sctp/ |
D | protocol.c | 452 rt = ip_route_output_key(sock_net(sk), fl4); in sctp_v4_get_dst() 507 rt = ip_route_output_key(sock_net(sk), fl4); in sctp_v4_get_dst()
|
/linux-4.4.14/net/netfilter/ipvs/ |
D | ip_vs_xmit.c | 137 rt = ip_route_output_key(net, &fl4); in do_output_route4()
|
/linux-4.4.14/drivers/net/ |
D | geneve.c | 740 rt = ip_route_output_key(geneve->net, fl4); in geneve_get_v4_rt()
|
D | vxlan.c | 2015 rt = ip_route_output_key(vxlan->net, &fl4); in vxlan_xmit_one() 2418 rt = ip_route_output_key(vxlan->net, &fl4); in egress_ipv4_tun_info()
|
/linux-4.4.14/drivers/net/ethernet/sun/ |
D | sunvnet.c | 1289 rt = ip_route_output_key(dev_net(dev), &fl4); in vnet_start_xmit()
|