Lines Matching refs:dst_entry

104 static struct dst_entry *dn_dst_check(struct dst_entry *, __u32);
105 static unsigned int dn_dst_default_advmss(const struct dst_entry *dst);
106 static unsigned int dn_dst_mtu(const struct dst_entry *dst);
107 static void dn_dst_destroy(struct dst_entry *);
108 static void dn_dst_ifdown(struct dst_entry *, struct net_device *dev, int how);
109 static struct dst_entry *dn_dst_negative_advice(struct dst_entry *);
111 static void dn_dst_update_pmtu(struct dst_entry *dst, struct sock *sk,
114 static void dn_dst_redirect(struct dst_entry *dst, struct sock *sk,
116 static struct neighbour *dn_dst_neigh_lookup(const struct dst_entry *dst,
146 static void dn_dst_destroy(struct dst_entry *dst) in dn_dst_destroy()
155 static void dn_dst_ifdown(struct dst_entry *dst, struct net_device *dev, int how) in dn_dst_ifdown()
253 static void dn_dst_update_pmtu(struct dst_entry *dst, struct sock *sk, in dn_dst_update_pmtu()
283 static void dn_dst_redirect(struct dst_entry *dst, struct sock *sk, in dn_dst_redirect()
291 static struct dst_entry *dn_dst_check(struct dst_entry *dst, __u32 cookie) in dn_dst_check()
296 static struct dst_entry *dn_dst_negative_advice(struct dst_entry *dst) in dn_dst_negative_advice()
741 struct dst_entry *dst = skb_dst(skb); in dn_output()
780 struct dst_entry *dst = skb_dst(skb); in dn_forward()
849 static unsigned int dn_dst_default_advmss(const struct dst_entry *dst) in dn_dst_default_advmss()
854 static unsigned int dn_dst_mtu(const struct dst_entry *dst) in dn_dst_mtu()
861 static struct neighbour *dn_dst_neigh_lookup(const struct dst_entry *dst, in dn_dst_neigh_lookup()
953 static int dn_route_output_slow(struct dst_entry **pprt, const struct flowidn *oldflp, int try_hard) in dn_route_output_slow()
1243 static int __dn_route_output_key(struct dst_entry **pprt, const struct flowidn *flp, int flags) in __dn_route_output_key()
1269 static int dn_route_output_key(struct dst_entry **pprt, struct flowidn *flp, int flags) in dn_route_output_key()
1285 int dn_route_output_sock(struct dst_entry __rcu **pprt, struct flowidn *fl, struct sock *sk, int fl… in dn_route_output_sock()
1537 skb_dst_set(skb, (struct dst_entry *)rt); in dn_route_input()
1694 err = dn_route_output_key((struct dst_entry **)&rt, &fld, 0); in dn_cache_getroute()