Searched refs:fib_lookup (Results 1 - 7 of 7) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/
H A Dip_fib.h155 static inline int fib_lookup(const struct rt_key *key, struct fib_result *res) function
174 extern int fib_lookup(const struct rt_key *key, struct fib_result *res);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/
H A Dip_fib.h155 static inline int fib_lookup(const struct rt_key *key, struct fib_result *res) function
174 extern int fib_lookup(const struct rt_key *key, struct fib_result *res);
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/
H A Dip_nat_dumb.c133 /* Use fib_lookup() until we get our own
136 if (fib_lookup(&key, &res) == 0) {
H A Dfib_frontend.c234 if (fib_lookup(&key, &res))
258 if (fib_lookup(&key, &res) == 0) {
H A Dfib_rules.c310 int fib_lookup(const struct rt_key *key, struct fib_result *res) function
H A Droute.c1170 else if (fib_lookup(&rt->key, &res) == 0) {
1360 by fib_lookup.
1381 if ((err = fib_lookup(&key, &res)) != 0) {
1404 if (fib_lookup(&key, &res))
1803 if (fib_lookup(&key, &res)) {
H A Dfib_semantics.c383 if ((err = fib_lookup(&key, &res)) != 0)

Completed in 98 milliseconds