Lines Matching refs:route
1533 if (xdst->route == NULL) { in xfrm_bundle_flo_get()
1556 if (!xdst->route) in xfrm_bundle_flo_check()
1710 xdst->route = dst; in xfrm_bundle_create()
2046 xdst->route = dst; in xfrm_create_dummy_bundle()
2212 struct dst_entry *dst, *route; in xfrm_lookup() local
2219 route = NULL; in xfrm_lookup()
2251 route = xdst->route; in xfrm_lookup()
2279 route = xdst->route; in xfrm_lookup()
2283 if (route == NULL && num_xfrms > 0) { in xfrm_lookup()
2729 route_mtu_cached = dst_mtu(xdst->route); in xfrm_init_pmtu()
2775 if (!dst_check(xdst->route, xdst->route_cookie)) in xfrm_bundle_ok()
2777 mtu = dst_mtu(xdst->route); in xfrm_bundle_ok()