Searched refs:path_rec_inbound (Results 1 – 2 of 2) sorted by relevance
57 struct sa_path_rec *path_rec_inbound; member
2058 kfree(id_priv->id.route.path_rec_inbound); in _destroy_id()2855 if (!route->path_rec_inbound) { in route_set_path_rec_inbound()2856 route->path_rec_inbound = in route_set_path_rec_inbound()2857 kzalloc(sizeof(*route->path_rec_inbound), GFP_KERNEL); in route_set_path_rec_inbound()2858 if (!route->path_rec_inbound) in route_set_path_rec_inbound()2862 *route->path_rec_inbound = *path_rec; in route_set_path_rec_inbound()4357 req.primary_path_inbound = route->path_rec_inbound; in cma_connect_ib()