Searched refs:rtable (Results 1 - 25 of 58) sorted by relevance

123

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/net/
H A Dip_mp_alg.h18 struct rtable *rth, struct rtable **rp);
23 void (*mp_alg_remove)(struct rtable *rth);
32 struct rtable *rth,
33 struct rtable **rp)
61 static inline void multipath_set_nhinfo(struct rtable *rth,
74 static inline void multipath_remove(struct rtable *rth)
H A Droute.h51 struct rtable struct
113 extern void ip_rt_advice(struct rtable **rp, int advice);
115 extern int __ip_route_output_key(struct rtable **, const struct flowi *flp);
116 extern int ip_route_output_key(struct rtable **, struct flowi *flp);
117 extern int ip_route_output_flow(struct rtable **rp, struct flowi *flp, struct sock *sk, int flags);
125 extern void ip_rt_get_source(u8 *src, struct rtable *rt);
131 static inline void ip_rt_put(struct rtable * rt)
146 static inline int ip_route_connect(struct rtable **rp, __be32 dst,
174 static inline int ip_route_newports(struct rtable **rp, u8 protocol,
193 extern void rt_bind_peer(struct rtable *r
[all...]
H A Dinet_sock.h86 struct rtable;
139 struct rtable *rt;
H A Dip.h82 struct rtable;
112 struct rtable *rt,
344 extern void ip_options_build(struct sk_buff *skb, struct ip_options *opt, __be32 daddr, struct rtable *rt, int is_frag);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv4/
H A Dmultipath_random.c53 struct rtable *first,
54 struct rtable **rp)
56 struct rtable *rt;
57 struct rtable *decision;
H A Dmultipath_rr.c50 struct rtable *first, struct rtable **rp)
52 struct rtable *nh, *result, *min_use_cand = NULL;
H A Droute.c166 .entry_size = sizeof(struct rtable),
199 * as they look at rtable reference counts.
200 * 3) Only readers acquire references to rtable entries,
206 struct rtable *chain;
254 static int rt_intern_hash(unsigned hash, struct rtable *rth,
255 struct rtable **res);
272 static struct rtable *rt_cache_get_first(struct seq_file *seq)
274 struct rtable *r = NULL;
287 static struct rtable *rt_cache_get_next(struct seq_file *seq, struct rtable *
[all...]
H A Dmultipath_wrandom.c56 struct rtable *rt;
89 const struct rtable *rt)
144 struct rtable *first,
145 struct rtable **rp)
147 struct rtable *rt;
148 struct rtable *decision;
H A Dip_forward.c58 struct rtable *rt; /* Route we use */
83 rt = (struct rtable*)skb->dst;
H A Dip_options.c41 __be32 daddr, struct rtable *rt, int is_frag)
111 daddr = ((struct rtable*)skb->dst)->rt_spec_dst;
264 struct rtable *rt = skb ? (struct rtable*)skb->dst : NULL;
567 struct rtable *rt = (struct rtable*)skb->dst;
615 struct rtable *rt = (struct rtable*)skb->dst;
616 struct rtable *rt2;
640 rt = (struct rtable*)sk
[all...]
H A Ddatagram.c27 struct rtable *rt;
H A Dip_output.c124 struct rtable *rt = (struct rtable *)skb->dst;
163 struct rtable *rt = (struct rtable *)dst;
245 struct rtable *rt = (struct rtable*)skb->dst;
320 struct rtable *rt;
326 rt = (struct rtable *) skb->dst;
331 rt = (struct rtable *)__sk_dst_check(sk, 0);
446 struct rtable *r
[all...]
H A Dmultipath_drr.c133 struct rtable *first, struct rtable **rp)
135 struct rtable *nh, *result, *cur_min;
H A Dxfrm4_policy.c21 return __ip_route_output_key((struct rtable**)dst, fl);
26 struct rtable *rt;
73 struct rtable *rt0 = (struct rtable*)(*dst_p);
74 struct rtable *rt = rt0;
H A Dicmp.c293 static inline int icmpv4_xrlim_allow(struct rtable *rt, int type, int code)
348 struct ipcm_cookie *ipc, struct rtable *rt)
383 struct rtable *rt = (struct rtable *)skb->dst;
438 struct rtable *rt = (struct rtable *)skb_in->dst;
886 struct rtable *rt = (struct rtable *)skb->dst;
931 struct rtable *rt = (struct rtable *)sk
[all...]
H A Darp.c430 struct rtable *rt;
485 paddr = ((struct rtable*)skb->dst)->rt_gateway;
517 __be32 nexthop = ((struct rtable*)dst)->rt_gateway;
536 static inline int arp_fwd_proxy(struct in_device *in_dev, struct rtable *rt)
724 struct rtable *rt;
871 rt = (struct rtable*)skb->dst;
1040 struct rtable * rt;
1147 struct rtable * rt;
H A Dip_input.c335 struct rtable *rt;
367 rt = (struct rtable*)skb->dst;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv4/ipvs/
H A Dip_vs_xmit.c62 static inline struct rtable *
65 struct rtable *rt; /* Route to the other host */
70 if (!(rt = (struct rtable *)
158 struct rtable *rt; /* Route to the other host */
227 struct rtable *rt; /* Route to the other host */
318 struct rtable *rt; /* Route to the other host */
436 struct rtable *rt; /* Route to the other host */
493 struct rtable *rt; /* Route to the other host */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/pci/hotplug/
H A Dibmphp_core.c137 struct irq_routing_table *rtable; local
142 rtable = pcibios_get_irq_routing_table();
143 if (!rtable) {
148 len = (rtable->size - sizeof(struct irq_routing_table)) /
154 if ((*cur_slot)->number == rtable->slots[loop].slot) {
155 if ((*cur_slot)->bus == rtable->slots[loop].bus) {
156 (*cur_slot)->device = PCI_SLOT(rtable->slots[loop].devfn);
170 debug("rtable->exlusive_irqs = %x\n",
171 rtable->exclusive_irqs);
172 debug("rtable
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv4/netfilter/
H A Dipt_MASQUERADE.c69 struct rtable *rt;
90 rt = (struct rtable *)(*pskb)->dst;
H A Dnf_nat_helper.c143 struct rtable *rt = (struct rtable *)(*pskb)->dst;
209 struct rtable *rt = (struct rtable *)(*pskb)->dst;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/netfilter/
H A Dnf_conntrack_netbios_ns.c50 struct rtable *rt = (struct rtable *)(*pskb)->dst;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/sctp/
H A Dprotocol.c298 struct rtable *rt = (struct rtable *)dst;
348 if (skb && ((struct rtable *)skb->dst)->rt_flags & RTCF_BROADCAST)
416 struct rtable *rt;
512 struct rtable *rt = (struct rtable *)dst;
527 return ((struct rtable *)skb->dst)->rt_iif;
801 NIPQUAD(((struct rtable *)skb->dst)->rt_src),
802 NIPQUAD(((struct rtable *)skb->dst)->rt_dst));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/wan/
H A Dz85230.c1374 int z8530_channel_load(struct z8530_channel *c, u8 *rtable) argument
1380 while(*rtable!=255)
1382 int reg=*rtable++;
1385 write_zsreg(c, reg&0x0F, *rtable);
1388 c->regs[reg]=*rtable++;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/dccp/
H A Dipv4.c52 struct rtable *rt;
460 struct rtable *rt;
461 struct flowi fl = { .oif = ((struct rtable *)skb->dst)->rt_iif,
528 if (((struct rtable *)rxskb->dst)->rt_type != RTN_LOCAL)
604 if (((struct rtable *)skb->dst)->rt_flags &

Completed in 135 milliseconds

123