Searched refs:st_lease_pp (Results 1 – 1 of 1) sorted by relevance
69 static void add_static_lease(struct static_lease **st_lease_pp, in add_static_lease() argument80 while ((st_lease = *st_lease_pp) != NULL) { in add_static_lease()81 st_lease_pp = &st_lease->next; in add_static_lease()85 *st_lease_pp = st_lease = xzalloc(sizeof(*st_lease) + optlen); in add_static_lease()