Lines Matching refs:dst_entry
43 struct dst_entry *dst_orig;
53 static void xfrm_init_pmtu(struct dst_entry *dst);
54 static int stale_bundle(struct dst_entry *dst);
118 static inline struct dst_entry *__xfrm_dst_lookup(struct net *net, in __xfrm_dst_lookup()
125 struct dst_entry *dst; in __xfrm_dst_lookup()
138 static inline struct dst_entry *xfrm_dst_lookup(struct xfrm_state *x, in xfrm_dst_lookup()
147 struct dst_entry *dst; in xfrm_dst_lookup()
1531 struct dst_entry *dst = &xdst->u.dst; in xfrm_bundle_flo_get()
1554 struct dst_entry *dst = &xdst->u.dst; in xfrm_bundle_flo_check()
1567 struct dst_entry *dst = &xdst->u.dst; in xfrm_bundle_flo_delete()
1602 struct dst_entry *dst = &xdst->u.dst; in xfrm_alloc_dst()
1614 static inline int xfrm_init_path(struct xfrm_dst *path, struct dst_entry *dst, in xfrm_init_path()
1653 static struct dst_entry *xfrm_bundle_create(struct xfrm_policy *policy, in xfrm_bundle_create()
1656 struct dst_entry *dst) in xfrm_bundle_create()
1662 struct dst_entry *dst_prev = NULL; in xfrm_bundle_create()
1663 struct dst_entry *dst0 = NULL; in xfrm_bundle_create()
1684 struct dst_entry *dst1 = &xdst->u.dst; in xfrm_bundle_create()
1793 static int xfrm_dst_update_parent(struct dst_entry *dst, in xfrm_dst_update_parent()
1805 static int xfrm_dst_update_origin(struct dst_entry *dst, in xfrm_dst_update_origin()
1863 struct dst_entry *dst_orig) in xfrm_resolve_and_create_bundle()
1867 struct dst_entry *dst; in xfrm_resolve_and_create_bundle()
1908 struct dst_entry *dst; in xfrm_policy_queue_process()
1983 struct dst_entry *dst = skb_dst(skb); in xdst_queue_output()
2030 struct dst_entry *dst; in xfrm_create_dummy_bundle()
2031 struct dst_entry *dst1; in xfrm_create_dummy_bundle()
2183 static struct dst_entry *make_blackhole(struct net *net, u16 family, in make_blackhole()
2184 struct dst_entry *dst_orig) in make_blackhole()
2187 struct dst_entry *ret; in make_blackhole()
2205 struct dst_entry *xfrm_lookup(struct net *net, struct dst_entry *dst_orig, in xfrm_lookup()
2212 struct dst_entry *dst, *route; in xfrm_lookup()
2354 struct dst_entry *xfrm_lookup_route(struct net *net, struct dst_entry *dst_orig, in xfrm_lookup_route()
2358 struct dst_entry *dst = xfrm_lookup(net, dst_orig, fl, sk, in xfrm_lookup_route()
2625 struct dst_entry *dst; in __xfrm_route_forward()
2647 static struct dst_entry *xfrm_dst_check(struct dst_entry *dst, u32 cookie) in xfrm_dst_check()
2676 static int stale_bundle(struct dst_entry *dst) in stale_bundle()
2681 void xfrm_dst_ifdown(struct dst_entry *dst, struct net_device *dev) in xfrm_dst_ifdown()
2696 static struct dst_entry *xfrm_negative_advice(struct dst_entry *dst) in xfrm_negative_advice()
2718 static void xfrm_init_pmtu(struct dst_entry *dst) in xfrm_init_pmtu()
2745 struct dst_entry *dst = &first->u.dst; in xfrm_bundle_ok()
2808 static unsigned int xfrm_default_advmss(const struct dst_entry *dst) in xfrm_default_advmss()
2813 static unsigned int xfrm_mtu(const struct dst_entry *dst) in xfrm_mtu()
2820 static struct neighbour *xfrm_neigh_lookup(const struct dst_entry *dst, in xfrm_neigh_lookup()