Searched refs:ip_route_output_key (Results 1 – 8 of 8) sorted by relevance
/linux-2.4.37.9/include/net/ |
D | route.h | 129 extern int ip_route_output_key(struct rtable **, const struct rt_key *key); 147 return ip_route_output_key(rp, &key); in ip_route_output()
|
/linux-2.4.37.9/net/ipv4/netfilter/ |
D | ipt_MIRROR.c | 55 if (ip_route_output_key(&rt, &key) != 0) in route_mirror() 61 if (ip_route_output_key(&rt, &key) != 0) in route_mirror()
|
D | ipt_MASQUERADE.c | 94 if (ip_route_output_key(&rt, &key) != 0) { in masquerade_target()
|
D | ipt_REJECT.c | 38 if (ip_route_output_key(&rt, &key) != 0) in route_reverse() 44 if (ip_route_output_key(&rt, &key) != 0) in route_reverse()
|
/linux-2.4.37.9/net/core/ |
D | netfilter.c | 581 if (ip_route_output_key(&rt, &key) != 0) in ip_route_me_harder() 591 if (ip_route_output_key(&rt, &key) != 0) in ip_route_me_harder()
|
/linux-2.4.37.9/net/sctp/ |
D | protocol.c | 458 if (!ip_route_output_key(&rt, &key)) { in sctp_v4_get_dst() 501 if (!ip_route_output_key(&rt, &key)) { in sctp_v4_get_dst()
|
/linux-2.4.37.9/net/ |
D | netsyms.c | 261 EXPORT_SYMBOL(ip_route_output_key);
|
/linux-2.4.37.9/net/ipv4/ |
D | route.c | 2070 int ip_route_output_key(struct rtable **rp, const struct rt_key *key) in ip_route_output_key() function
|