Home
last modified time | relevance | path

Searched refs:fib_rule (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/net/ipv4/
Dfib_rules.c52 struct fib_rule struct
54 struct fib_rule *r_next; argument
79 static struct fib_rule default_rule = { argument
86 static struct fib_rule main_rule = {
94 static struct fib_rule local_rule = {
101 static struct fib_rule *fib_rules = &local_rule;
108 struct fib_rule *r, **rp; in inet_rtm_delrule()
152 void fib_rule_put(struct fib_rule *r) in fib_rule_put()
166 struct fib_rule *r, *new_r, **rp; in inet_rtm_newrule()
256 struct fib_rule *r = res->r; in fib_rules_policy()
[all …]
/linux-2.4.37.9/include/net/
Dip_fib.h83 struct fib_rule;
94 struct fib_rule *r;
176 extern void fib_rule_put(struct fib_rule *r);