Searched refs:fib6_node (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/net/
H A Dip6_fib.h53 struct fib6_node { struct
54 struct fib6_node *parent;
55 struct fib6_node *left;
56 struct fib6_node *right;
58 struct fib6_node *subtree;
99 struct fib6_node *rt6i_node;
129 struct fib6_node *root, *node;
162 struct fib6_node tb6_root;
195 extern struct fib6_node *fib6_lookup(struct fib6_node *roo
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/net/
H A Dip6_fib.h53 struct fib6_node { struct
54 struct fib6_node *parent;
55 struct fib6_node *left;
56 struct fib6_node *right;
58 struct fib6_node *subtree;
99 struct fib6_node *rt6i_node;
129 struct fib6_node *root, *node;
162 struct fib6_node tb6_root;
195 extern struct fib6_node *fib6_lookup(struct fib6_node *roo
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/ipv6/
H A Dip6_fib.c79 static void fib6_prune_clones(struct net *net, struct fib6_node *fn,
81 static struct rt6_info *fib6_find_prefix(struct net *net, struct fib6_node *fn);
82 static struct fib6_node *fib6_repair_tree(struct net *net, struct fib6_node *fn);
151 static __inline__ struct fib6_node * node_alloc(void)
153 struct fib6_node *fn;
160 static __inline__ void node_free(struct fib6_node * fn)
428 static struct fib6_node * fib6_add_1(struct fib6_node *root, void *addr,
432 struct fib6_node *f
[all...]
H A Droute.c395 static struct rt6_info *find_rr_leaf(struct fib6_node *fn,
413 static struct rt6_info *rt6_select(struct fib6_node *fn, int oif, int strict)
523 struct fib6_node *pn; \
542 struct fib6_node *fn;
700 struct fib6_node *fn;
1347 struct fib6_node *fn;
1398 struct fib6_node *fn;
1689 struct fib6_node *fn;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/ipv6/
H A Dip6_fib.c79 static void fib6_prune_clones(struct net *net, struct fib6_node *fn,
81 static struct rt6_info *fib6_find_prefix(struct net *net, struct fib6_node *fn);
82 static struct fib6_node *fib6_repair_tree(struct net *net, struct fib6_node *fn);
151 static __inline__ struct fib6_node * node_alloc(void)
153 struct fib6_node *fn;
160 static __inline__ void node_free(struct fib6_node * fn)
428 static struct fib6_node * fib6_add_1(struct fib6_node *root, void *addr,
432 struct fib6_node *f
[all...]
H A Droute.c395 static struct rt6_info *find_rr_leaf(struct fib6_node *fn,
413 static struct rt6_info *rt6_select(struct fib6_node *fn, int oif, int strict)
523 struct fib6_node *pn; \
542 struct fib6_node *fn;
700 struct fib6_node *fn;
1347 struct fib6_node *fn;
1398 struct fib6_node *fn;
1689 struct fib6_node *fn;

Completed in 164 milliseconds