Lines Matching refs:route
1512 if (xdst->route == NULL) { in xfrm_bundle_flo_get()
1535 if (!xdst->route) in xfrm_bundle_flo_check()
1691 xdst->route = dst; in xfrm_bundle_create()
2028 xdst->route = dst; in xfrm_create_dummy_bundle()
2194 struct dst_entry *dst, *route; in xfrm_lookup() local
2201 route = NULL; in xfrm_lookup()
2232 route = xdst->route; in xfrm_lookup()
2260 route = xdst->route; in xfrm_lookup()
2264 if (route == NULL && num_xfrms > 0) { in xfrm_lookup()
2709 route_mtu_cached = dst_mtu(xdst->route); in xfrm_init_pmtu()
2755 if (!dst_check(xdst->route, xdst->route_cookie)) in xfrm_bundle_ok()
2757 mtu = dst_mtu(xdst->route); in xfrm_bundle_ok()