Searched refs:fib_rules_ops (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dfib_rules.h34 struct fib_rules_ops struct
104 extern int fib_rules_register(struct fib_rules_ops *);
105 extern int fib_rules_unregister(struct fib_rules_ops *);
107 extern int fib_rules_lookup(struct fib_rules_ops *,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/core/
H A Dfib_rules.c20 struct fib_rules_ops *ops, struct nlmsghdr *nlh,
23 static struct fib_rules_ops *lookup_rules_ops(int family)
25 struct fib_rules_ops *ops;
41 static void rules_ops_put(struct fib_rules_ops *ops)
47 static void flush_route_cache(struct fib_rules_ops *ops)
53 int fib_rules_register(struct fib_rules_ops *ops)
56 struct fib_rules_ops *o;
81 static void cleanup_ops(struct fib_rules_ops *ops)
91 int fib_rules_unregister(struct fib_rules_ops *ops)
94 struct fib_rules_ops *
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/decnet/
H A Ddn_rules.c36 static struct fib_rules_ops dn_fib_rules_ops;
248 static struct fib_rules_ops dn_fib_rules_ops = {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Dfib6_rules.c32 static struct fib_rules_ops fib6_rules_ops;
258 static struct fib_rules_ops fib6_rules_ops = {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dfib_rules.c35 static struct fib_rules_ops fib4_rules_ops;
306 static struct fib_rules_ops fib4_rules_ops = {

Completed in 47 milliseconds