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,
115 static void dn_dst_redirect(struct dst_entry *dst, struct sock *sk,
117 static struct neighbour *dn_dst_neigh_lookup(const struct dst_entry *dst,
147 static void dn_dst_destroy(struct dst_entry *dst) in dn_dst_destroy()
156 static void dn_dst_ifdown(struct dst_entry *dst, struct net_device *dev, int how) in dn_dst_ifdown()
254 static void dn_dst_update_pmtu(struct dst_entry *dst, struct sock *sk, in dn_dst_update_pmtu()
284 static void dn_dst_redirect(struct dst_entry *dst, struct sock *sk, in dn_dst_redirect()
292 static struct dst_entry *dn_dst_check(struct dst_entry *dst, __u32 cookie) in dn_dst_check()
297 static struct dst_entry *dn_dst_negative_advice(struct dst_entry *dst) in dn_dst_negative_advice()
737 struct dst_entry *dst = skb_dst(skb); in dn_output()
776 struct dst_entry *dst = skb_dst(skb); in dn_forward()
845 static unsigned int dn_dst_default_advmss(const struct dst_entry *dst) in dn_dst_default_advmss()
850 static unsigned int dn_dst_mtu(const struct dst_entry *dst) in dn_dst_mtu()
857 static struct neighbour *dn_dst_neigh_lookup(const struct dst_entry *dst, in dn_dst_neigh_lookup()
949 static int dn_route_output_slow(struct dst_entry **pprt, const struct flowidn *oldflp, int try_hard) in dn_route_output_slow()
1244 static int __dn_route_output_key(struct dst_entry **pprt, const struct flowidn *flp, int flags) in __dn_route_output_key()
1270 static int dn_route_output_key(struct dst_entry **pprt, struct flowidn *flp, int flags) in dn_route_output_key()
1286 int dn_route_output_sock(struct dst_entry __rcu **pprt, struct flowidn *fl, struct sock *sk, int fl… in dn_route_output_sock()
1538 skb_dst_set(skb, (struct dst_entry *)rt); in dn_route_input()
1695 err = dn_route_output_key((struct dst_entry **)&rt, &fld, 0); in dn_cache_getroute()