Searched refs:dst_entry (Results 1 - 25 of 87) sorted by relevance

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Ddst.h29 /* Each dst_entry has reference count and sits in some parent list(s).
38 struct dst_entry struct
41 struct dst_entry *child;
58 struct dst_entry *path;
80 struct dst_entry *next;
96 struct dst_entry * (*check)(struct dst_entry *, __u32 cookie);
97 void (*destroy)(struct dst_entry *);
98 void (*ifdown)(struct dst_entry *,
100 struct dst_entry * (*negative_advic
[all...]
H A Dnetevent.h18 struct dst_entry *old;
19 struct dst_entry *new;
24 NETEVENT_PMTU_UPDATE, /* arg is struct dst_entry ptr */
H A Dicmp.h37 struct dst_entry;
47 extern int xrlim_allow(struct dst_entry *dst, int timeout);
H A Dip6_tunnel.h28 struct dst_entry *dst_cache; /* cached dst */
H A Darp.h18 extern int arp_bind_neighbour(struct dst_entry *dst);
H A Dip6_route.h50 extern struct dst_entry * ip6_route_output(struct sock *sk,
80 extern struct dst_entry *ndisc_dst_alloc(struct net_device *dev,
136 static inline void __ip6_dst_store(struct sock *sk, struct dst_entry *dst,
150 static inline void ip6_dst_store(struct sock *sk, struct dst_entry *dst,
H A Ddn_route.h19 extern int dn_route_output_sock(struct dst_entry **pprt, struct flowi *, struct sock *sk, int flags);
69 struct dst_entry dst;
H A Dip6_fib.h86 struct dst_entry dst;
110 static inline struct inet6_dev *ip6_dst_idev(struct dst_entry *dst)
190 extern struct dst_entry * fib6_rule_lookup(struct flowi *fl, int flags,
H A Dsock.h215 struct dst_entry *sk_dst_cache;
1014 static inline struct dst_entry *
1020 static inline struct dst_entry *
1023 struct dst_entry *dst;
1034 __sk_dst_set(struct sock *sk, struct dst_entry *dst)
1036 struct dst_entry *old_dst;
1044 sk_dst_set(struct sock *sk, struct dst_entry *dst)
1054 struct dst_entry *old_dst;
1069 extern struct dst_entry *__sk_dst_check(struct sock *sk, u32 cookie);
1071 extern struct dst_entry *sk_dst_chec
[all...]
H A Dip.h212 int ip_dont_fragment(struct sock *sk, struct dst_entry *dst)
219 extern void __ip_select_ident(struct iphdr *iph, struct dst_entry *dst, int more);
221 static inline void ip_select_ident(struct iphdr *iph, struct dst_entry *dst, struct sock *sk)
230 static inline void ip_select_ident_more(struct iphdr *iph, struct dst_entry *dst, struct sock *sk, int more)
H A Drequest_sock.h26 struct dst_entry;
35 struct dst_entry *dst);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/core/
H A Ddst.c30 static struct dst_entry *dst_garbage_list;
39 static void ___dst_free(struct dst_entry * dst);
47 struct dst_entry * dst, **dstp;
122 struct dst_entry * dst;
143 static void ___dst_free(struct dst_entry * dst)
154 void __dst_free(struct dst_entry * dst)
168 struct dst_entry *dst_destroy(struct dst_entry * dst)
170 struct dst_entry *child;
227 static inline void dst_ifdown(struct dst_entry *ds
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/cxgb3/
H A Dcxgb3_defs.h47 void cxgb_redirect(struct dst_entry *old, struct dst_entry *new);
H A Dcxgb3_offload.h74 int (*redirect)(void *ctx, struct dst_entry *old,
75 struct dst_entry *new, struct l2t_entry *l2t);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Dxfrm6_policy.c30 struct dst_entry *dst = ip6_route_output(NULL, fl);
59 static struct dst_entry *
62 struct dst_entry *dst;
123 /* Allocate chain of dst_entry's, attach known xfrm's, calculate
129 struct flowi *fl, struct dst_entry **dst_p)
131 struct dst_entry *dst, *dst_prev;
152 struct dst_entry *dst1 = dst_alloc(&xfrm6_dst_ops);
346 static void xfrm6_update_pmtu(struct dst_entry *dst, u32 mtu)
349 struct dst_entry *path = xdst->route;
354 static void xfrm6_dst_destroy(struct dst_entry *ds
[all...]
H A Dxfrm6_output.c31 struct dst_entry *dst = skb->dst;
48 struct dst_entry *dst = skb->dst;
H A Droute.c88 static struct dst_entry *ip6_dst_check(struct dst_entry *dst, u32 cookie);
89 static struct dst_entry *ip6_negative_advice(struct dst_entry *);
90 static void ip6_dst_destroy(struct dst_entry *);
91 static void ip6_dst_ifdown(struct dst_entry *,
98 static void ip6_rt_update_pmtu(struct dst_entry *dst, u32 mtu);
122 static void ip6_rt_blackhole_update_pmtu(struct dst_entry *dst, u32 mtu)
147 .path = (struct dst_entry*)&ip6_null_entry,
173 .path = (struct dst_entry*)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dxfrm4_policy.c43 static struct dst_entry *
46 struct dst_entry *dst;
64 /* Allocate chain of dst_entry's, attach known xfrm's, calculate
70 struct flowi *fl, struct dst_entry **dst_p)
72 struct dst_entry *dst, *dst_prev;
93 struct dst_entry *dst1 = dst_alloc(&xfrm4_dst_ops);
277 static void xfrm4_update_pmtu(struct dst_entry *dst, u32 mtu)
280 struct dst_entry *path = xdst->route;
285 static void xfrm4_dst_destroy(struct dst_entry *dst)
296 static void xfrm4_dst_ifdown(struct dst_entry *ds
[all...]
H A Dxfrm4_output.c24 struct dst_entry *dst;
46 struct dst_entry *dst = skb->dst;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/cxgb3/
H A Diwch_cm.h179 struct dst_entry *dst;
223 int iwch_ep_redirect(void *ctx, struct dst_entry *old, struct dst_entry *new, struct l2t_entry *l2t);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netfilter/
H A Dxt_realm.c35 struct dst_entry *dst = skb->dst;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/xfrm/
H A Dxfrm_policy.c383 struct dst_entry *dst;
671 struct dst_entry *gc_list;
725 struct dst_entry *dst;
730 struct dst_entry *tail = dst;
743 struct dst_entry *dst = gc_list;
1382 static struct dst_entry *
1385 struct dst_entry *x;
1394 /* Allocate chain of dst_entry's, attach known xfrm's, calculate
1400 struct flowi *fl, struct dst_entry **dst_p,
1425 xfrm_dst_update_parent(struct dst_entry *ds
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/ipvs/
H A Dip_vs_xmit.c35 __ip_vs_dst_set(struct ip_vs_dest *dest, u32 rtos, struct dst_entry *dst)
37 struct dst_entry *old_dst;
45 static inline struct dst_entry *
48 struct dst_entry *dst = dest->dst_cache;
121 struct dst_entry *old_dst;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sctp/
H A Dtransport.c233 struct dst_entry *dst;
248 static struct dst_entry *sctp_transport_dst_check(struct sctp_transport *t)
250 struct dst_entry *dst = t->dst;
263 struct dst_entry *dst;
292 struct dst_entry *dst;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/decnet/
H A Ddn_route.c110 static struct dst_entry *dn_dst_check(struct dst_entry *, __u32);
111 static struct dst_entry *dn_dst_negative_advice(struct dst_entry *);
113 static void dn_dst_update_pmtu(struct dst_entry *dst, u32 mtu);
226 static void dn_dst_update_pmtu(struct dst_entry *dst, u32 mtu)
253 static struct dst_entry *dn_dst_check(struct dst_entry *dst, __u32 cookie)
258 static struct dst_entry *dn_dst_negative_advice(struct dst_entry *ds
[all...]

Completed in 231 milliseconds

1234