Lines Matching refs:dst_entry
113 static struct dst_entry *dn_dst_check(struct dst_entry *, __u32);
114 static unsigned int dn_dst_default_advmss(const struct dst_entry *dst);
115 static unsigned int dn_dst_mtu(const struct dst_entry *dst);
116 static void dn_dst_destroy(struct dst_entry *);
117 static void dn_dst_ifdown(struct dst_entry *, struct net_device *dev, int how);
118 static struct dst_entry *dn_dst_negative_advice(struct dst_entry *);
120 static void dn_dst_update_pmtu(struct dst_entry *dst, struct sock *sk,
122 static void dn_dst_redirect(struct dst_entry *dst, struct sock *sk,
124 static struct neighbour *dn_dst_neigh_lookup(const struct dst_entry *dst,
154 static void dn_dst_destroy(struct dst_entry *dst) in dn_dst_destroy()
163 static void dn_dst_ifdown(struct dst_entry *dst, struct net_device *dev, int how) in dn_dst_ifdown()
270 static void dn_dst_update_pmtu(struct dst_entry *dst, struct sock *sk, in dn_dst_update_pmtu()
299 static void dn_dst_redirect(struct dst_entry *dst, struct sock *sk, in dn_dst_redirect()
307 static struct dst_entry *dn_dst_check(struct dst_entry *dst, __u32 cookie) in dn_dst_check()
312 static struct dst_entry *dn_dst_negative_advice(struct dst_entry *dst) in dn_dst_negative_advice()
383 dst_free((struct dst_entry *)rt); in dn_run_flush()
749 struct dst_entry *dst = skb_dst(skb); in dn_output()
788 struct dst_entry *dst = skb_dst(skb); in dn_forward()
857 static unsigned int dn_dst_default_advmss(const struct dst_entry *dst) in dn_dst_default_advmss()
862 static unsigned int dn_dst_mtu(const struct dst_entry *dst) in dn_dst_mtu()
869 static struct neighbour *dn_dst_neigh_lookup(const struct dst_entry *dst, in dn_dst_neigh_lookup()
961 static int dn_route_output_slow(struct dst_entry **pprt, const struct flowidn *oldflp, int try_hard) in dn_route_output_slow()
1254 static int __dn_route_output_key(struct dst_entry **pprt, const struct flowidn *flp, int flags) in __dn_route_output_key()
1280 static int dn_route_output_key(struct dst_entry **pprt, struct flowidn *flp, int flags) in dn_route_output_key()
1296 int dn_route_output_sock(struct dst_entry __rcu **pprt, struct flowidn *fl, struct sock *sk, int fl… in dn_route_output_sock()
1546 skb_dst_set(skb, (struct dst_entry *)rt); in dn_route_input()
1701 err = dn_route_output_key((struct dst_entry **)&rt, &fld, 0); in dn_cache_getroute()