Searched refs:ip_route_output_key (Results 1 – 9 of 9) sorted by relevance
/linux-2.6.39/net/ipv4/ |
D | netfilter.c | 41 rt = ip_route_output_key(net, &fl4); in ip_route_me_harder() 52 rt = ip_route_output_key(net, &fl4); in ip_route_me_harder() 227 struct rtable *rt = ip_route_output_key(net, &fl->u.ip4); in nf_ip_route()
|
D | syncookies.c | 360 rt = ip_route_output_key(sock_net(sk), &fl4); in cookie_v4_check()
|
D | icmp.c | 363 rt = ip_route_output_key(net, &fl4); in icmp_reply() 427 rt2 = ip_route_output_key(net, &fl4_2); in icmp_route_lookup()
|
D | ip_output.c | 1488 rt = ip_route_output_key(sock_net(sk), &fl4); in ip_send_reply()
|
D | route.c | 2946 rt = ip_route_output_key(net, &fl4); in inet_rtm_getroute()
|
/linux-2.6.39/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() 181 return ip_route_output_key(net, &fl4); in ip_route_output_gre()
|
/linux-2.6.39/net/netfilter/ |
D | xt_TEE.c | 76 rt = ip_route_output_key(net, &fl4); in tee_tg_route4()
|
/linux-2.6.39/net/sctp/ |
D | protocol.c | 494 rt = ip_route_output_key(&init_net, &fl4); in sctp_v4_get_dst() 538 rt = ip_route_output_key(&init_net, &fl4); in sctp_v4_get_dst()
|
/linux-2.6.39/net/netfilter/ipvs/ |
D | ip_vs_xmit.c | 175 rt = ip_route_output_key(net, &fl4); in __ip_vs_reroute_locally()
|