Lines Matching refs:dst_entry
105 static struct dst_entry *dn_dst_check(struct dst_entry *, __u32);
106 static unsigned int dn_dst_default_advmss(const struct dst_entry *dst);
107 static unsigned int dn_dst_mtu(const struct dst_entry *dst);
108 static void dn_dst_destroy(struct dst_entry *);
109 static void dn_dst_ifdown(struct dst_entry *, struct net_device *dev, int how);
110 static struct dst_entry *dn_dst_negative_advice(struct dst_entry *);
112 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()
282 static void dn_dst_redirect(struct dst_entry *dst, struct sock *sk, in dn_dst_redirect()
290 static struct dst_entry *dn_dst_check(struct dst_entry *dst, __u32 cookie) in dn_dst_check()
295 static struct dst_entry *dn_dst_negative_advice(struct dst_entry *dst) in dn_dst_negative_advice()
733 struct dst_entry *dst = skb_dst(skb); in dn_output()
772 struct dst_entry *dst = skb_dst(skb); in dn_forward()
841 static unsigned int dn_dst_default_advmss(const struct dst_entry *dst) in dn_dst_default_advmss()
846 static unsigned int dn_dst_mtu(const struct dst_entry *dst) in dn_dst_mtu()
853 static struct neighbour *dn_dst_neigh_lookup(const struct dst_entry *dst, in dn_dst_neigh_lookup()
945 static int dn_route_output_slow(struct dst_entry **pprt, const struct flowidn *oldflp, int try_hard) in dn_route_output_slow()
1240 static int __dn_route_output_key(struct dst_entry **pprt, const struct flowidn *flp, int flags) in __dn_route_output_key()
1266 static int dn_route_output_key(struct dst_entry **pprt, struct flowidn *flp, int flags) in dn_route_output_key()
1282 int dn_route_output_sock(struct dst_entry __rcu **pprt, struct flowidn *fl, struct sock *sk, int fl… in dn_route_output_sock()
1534 skb_dst_set(skb, (struct dst_entry *)rt); in dn_route_input()
1691 err = dn_route_output_key((struct dst_entry **)&rt, &fld, 0); in dn_cache_getroute()