Searched refs:rt6_info (Results 1 - 25 of 27) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dip6_fib.h31 struct rt6_info;
60 struct rt6_info *leaf;
65 struct rt6_info *rr_ptr;
86 struct rt6_info { struct
124 return ((struct rt6_info *)dst)->rt6i_idev;
130 struct rt6_info *leaf;
181 typedef struct rt6_info *(*pol_lookup_t)(struct net *,
204 int (*func)(struct rt6_info *, void *arg),
208 struct rt6_info *rt,
211 extern int fib6_del(struct rt6_info *r
[all...]
H A Dip6_route.h73 extern int ip6_ins_rt(struct rt6_info *);
74 extern int ip6_del_rt(struct rt6_info *);
76 extern struct rt6_info *rt6_lookup(struct net *net,
88 extern struct rt6_info *addrconf_dst_alloc(struct inet6_dev *idev,
98 extern struct rt6_info * rt6_get_dflt_router(struct in6_addr *addr,
100 extern struct rt6_info * rt6_add_dflt_router(struct in6_addr *gwaddr,
130 extern int rt6_dump_route(struct rt6_info *rt, void *p_arg);
142 struct rt6_info *rt = (struct rt6_info *) dst;
162 struct rt6_info *r
[all...]
H A Dif_inet6.h65 struct rt6_info *rt;
142 struct rt6_info *aca_rt;
H A Ddst.h98 struct rt6_info *rt6_next;
H A Dipv6.h505 struct rt6_info *rt,
H A Dxfrm.h872 struct rt6_info rt6;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/netns/
H A Dipv6.h43 struct rt6_info *ip6_null_entry;
52 struct rt6_info *ip6_prohibit_entry;
53 struct rt6_info *ip6_blk_hole_entry;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Droute.c77 static struct rt6_info * ip6_rt_copy(struct rt6_info *ort);
91 static struct rt6_info *rt6_add_route_info(struct net *net,
95 static struct rt6_info *rt6_get_route_info(struct net *net,
128 static struct rt6_info ip6_null_entry_template = {
149 static struct rt6_info ip6_prohibit_entry_template = {
165 static struct rt6_info ip6_blk_hole_entry_template = {
184 static inline struct rt6_info *ip6_dst_alloc(struct dst_ops *ops)
186 return (struct rt6_info *)dst_alloc(ops);
191 struct rt6_info *r
[all...]
H A Dip6_fib.c67 int (*func)(struct rt6_info *, void *arg);
80 struct rt6_info *rt);
81 static struct rt6_info *fib6_find_prefix(struct net *net, struct fib6_node *fn);
165 static __inline__ void rt6_release(struct rt6_info *rt)
279 struct rt6_info *rt;
614 static int fib6_add_rt2node(struct fib6_node *fn, struct rt6_info *rt,
617 struct rt6_info *iter = NULL;
618 struct rt6_info **ins;
676 static __inline__ void fib6_start_gc(struct net *net, struct rt6_info *rt)
697 int fib6_add(struct fib6_node *root, struct rt6_info *r
[all...]
H A Dinet6_connection_sock.c155 struct rt6_info *rt = (struct rt6_info *)dst;
170 struct rt6_info *rt = (struct rt6_info *)dst;
H A Dxfrm6_policy.c79 struct rt6_info *rt = (struct rt6_info*)dst;
92 struct rt6_info *rt = (struct rt6_info*)xdst->route;
H A Dip6_output.c472 struct rt6_info *rt;
480 rt = (struct rt6_info *) dst;
614 struct rt6_info *rt = (struct rt6_info*)skb_dst(skb);
897 struct rt6_info *rt = (struct rt6_info *)dst;
1120 struct rt6_info *rt, unsigned int flags, int dontfrag)
1196 rt = (struct rt6_info *)inet->cork.dst;
1457 struct rt6_info *rt = (struct rt6_info *)ine
[all...]
H A Dicmp.c182 struct rt6_info *rt = (struct rt6_info *)dst;
412 if (((struct rt6_info *)dst)->rt6i_flags & RTF_ANYCAST) {
478 np->tclass, NULL, &fl, (struct rt6_info*)dst,
559 (struct rt6_info*)dst, MSG_DONTWAIT,
H A Danycast.c82 struct rt6_info *rt;
226 struct rt6_info *rt;
H A Dfib6_rules.c53 struct rt6_info *rt = NULL;
H A Dip6_tunnel.c118 struct rt6_info *rt = (struct rt6_info *) dst;
609 struct rt6_info *rt;
1121 struct rt6_info *rt = rt6_lookup(dev_net(dev),
H A Draw.c606 struct rt6_info *rt = (struct rt6_info *)*dstp;
890 len, 0, hlimit, tclass, opt, &fl, (struct rt6_info*)dst,
H A Dndisc.c1019 struct rt6_info *rt;
1138 struct rt6_info *rt = NULL;
1525 struct rt6_info *rt;
1559 rt = (struct rt6_info *) dst;
H A Daddrconf.c247 static inline int addrconf_is_prefix_route(const struct rt6_info *rt)
609 struct rt6_info *rt;
818 struct rt6_info *rt;
1876 struct rt6_info *rt;
H A Dip6mr.c2119 struct rt6_info *rt = (struct rt6_info *)skb_dst(skb);
H A Dmcast.c163 struct rt6_info *rt;
252 struct rt6_info *rt = rt6_lookup(net, group, NULL, 0, 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/ipvs/
H A Dip_vs_xmit.c121 static struct rt6_info *
124 struct rt6_info *rt; /* Route to the other host */
129 rt = (struct rt6_info *)__ip_vs_dst_check(dest, 0, 0);
144 rt = (struct rt6_info *)ip6_route_output(&init_net,
171 rt = (struct rt6_info *)ip6_route_output(&init_net, NULL, &fl);
292 struct rt6_info *rt; /* Route to the other host */
305 rt = (struct rt6_info *)ip6_route_output(&init_net, NULL, &fl);
464 struct rt6_info *rt; /* Route to the other host */
671 struct rt6_info *rt; /* Route to the other host */
835 struct rt6_info *r
[all...]
H A Dip_vs_ctl.c106 struct rt6_info *rt;
115 rt = (struct rt6_info *)ip6_route_output(&init_net, NULL, &fl);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sctp/
H A Dipv6.c263 struct rt6_info *rt;
264 rt = (struct rt6_info *)dst;
470 struct rt6_info *rt = (struct rt6_info *)dst;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dip_gre.c779 struct rt6_info *rt6 = (struct rt6_info *)skb_dst(skb);

Completed in 181 milliseconds

12