Searched refs:ip_route_output_key (Results 1 – 15 of 15) sorted by relevance
/linux-4.1.27/include/net/ |
D | route.h | 119 static inline struct rtable *ip_route_output_key(struct net *net, struct flowi4 *flp) in ip_route_output_key() function 133 return ip_route_output_key(net, &fl4); in ip_route_output() 162 return ip_route_output_key(net, fl4); in ip_route_output_gre()
|
/linux-4.1.27/net/ipv4/ |
D | netfilter.c | 46 rt = ip_route_output_key(net, &fl4); in ip_route_me_harder() 179 struct rtable *rt = ip_route_output_key(net, &fl->u.ip4); in nf_ip_route()
|
D | syncookies.c | 377 rt = ip_route_output_key(sock_net(sk), &fl4); in cookie_v4_check()
|
D | icmp.c | 429 rt = ip_route_output_key(net, &fl4); in icmp_reply() 492 rt2 = ip_route_output_key(net, &fl4_2); in icmp_route_lookup()
|
D | ip_tunnel.c | 374 rt = ip_route_output_key(tunnel->net, &fl4); in ip_tunnel_bind_dev() 726 rt = ip_route_output_key(tunnel->net, &fl4); in ip_tunnel_xmit()
|
D | ip_output.c | 1553 rt = ip_route_output_key(net, &fl4); in ip_send_unicast_reply()
|
D | route.c | 2522 rt = ip_route_output_key(net, &fl4); in inet_rtm_getroute()
|
/linux-4.1.27/net/openvswitch/ |
D | vport.h | 256 rt = ip_route_output_key(net, fl); in ovs_tunnel_route_lookup()
|
/linux-4.1.27/net/netfilter/ |
D | xt_TEE.c | 74 rt = ip_route_output_key(net, &fl4); in tee_tg_route4()
|
/linux-4.1.27/net/tipc/ |
D | udp_media.c | 174 rt = ip_route_output_key(net, &fl); in tipc_udp_send_msg()
|
/linux-4.1.27/drivers/infiniband/core/ |
D | addr.c | 239 rt = ip_route_output_key(&init_net, &fl4); in addr4_resolve()
|
/linux-4.1.27/net/sctp/ |
D | protocol.c | 452 rt = ip_route_output_key(sock_net(sk), fl4); in sctp_v4_get_dst() 503 rt = ip_route_output_key(sock_net(sk), fl4); in sctp_v4_get_dst()
|
/linux-4.1.27/net/netfilter/ipvs/ |
D | ip_vs_xmit.c | 137 rt = ip_route_output_key(net, &fl4); in do_output_route4()
|
/linux-4.1.27/drivers/net/ethernet/sun/ |
D | sunvnet.c | 1289 rt = ip_route_output_key(dev_net(dev), &fl4); in vnet_start_xmit()
|
/linux-4.1.27/drivers/net/ |
D | vxlan.c | 1927 rt = ip_route_output_key(vxlan->net, &fl4); in vxlan_xmit_one()
|