Searched refs:fib_rules (Results 1 – 2 of 2) sorted by relevance
101 static struct fib_rule *fib_rules = &local_rule; variable111 for (rp=&fib_rules; (r=*rp) != NULL; rp=&r->r_next) { in inet_rtm_delrule()224 rp = &fib_rules; in inet_rtm_newrule()226 r = fib_rules; in inet_rtm_newrule()228 rp = &fib_rules->r_next; in inet_rtm_newrule()288 for (r=fib_rules; r; r=r->r_next) { in fib_rules_detach()301 for (r=fib_rules; r; r=r->r_next) { in fib_rules_attach()322 for (r = fib_rules; r; r=r->r_next) { in fib_lookup()452 for (r=fib_rules, idx=0; r; r = r->r_next, idx++) { in inet_dump_rules()
21 obj-$(CONFIG_IP_MULTIPLE_TABLES) += fib_rules.o