Lines Matching refs:dlp

82 	dhcp_lease_t *dlp = arg;  in dhcp_renew()  local
83 dhcp_smach_t *dsmp = dlp->dl_smach; in dhcp_renew()
89 dlp->dl_t1.dt_id = -1; in dhcp_renew()
93 release_lease(dlp); in dhcp_renew()
102 t2 = dsmp->dsm_curstart_monosec + dlp->dl_t2.dt_start; in dhcp_renew()
106 release_lease(dlp); in dhcp_renew()
122 init_timer(&dlp->dl_t1, RETRY_DELAY); in dhcp_renew()
124 if (!schedule_lease_timer(dlp, &dlp->dl_t1, in dhcp_renew()
136 release_lease(dlp); in dhcp_renew()
155 dhcp_lease_t *dlp = arg; in dhcp_rebind() local
156 dhcp_smach_t *dsmp = dlp->dl_smach; in dhcp_rebind()
166 dlp->dl_t2.dt_id = -1; in dhcp_rebind()
170 release_lease(dlp); in dhcp_rebind()
183 lif = dlp->dl_lifs; in dhcp_rebind()
184 for (nlifs = dlp->dl_nlifs; nlifs > 0; nlifs--, lif = lif->lif_next) { in dhcp_rebind()
196 release_lease(dlp); in dhcp_rebind()
227 init_timer(&dlp->dl_t2, RETRY_DELAY); in dhcp_rebind()
229 if (!schedule_lease_timer(dlp, &dlp->dl_t2, in dhcp_rebind()
240 release_lease(dlp); in dhcp_rebind()
258 dhcp_lease_t *dlp; in dhcp_finish_expire() local
262 dlp = lif->lif_lease; in dhcp_finish_expire()
264 if (dlp->dl_nlifs == 0) in dhcp_finish_expire()
265 remove_lease(dlp); in dhcp_finish_expire()
427 dhcp_lease_t *dlp; in dhcp_extending() local
453 for (dlp = dsmp->dsm_leases; dlp != NULL; dlp = dlp->dl_next) { in dhcp_extending()
454 lif = dlp->dl_lifs; in dhcp_extending()
455 for (nlifs = dlp->dl_nlifs; nlifs > 0; in dhcp_extending()
518 dhcp_lease_t *dlp; in stop_extending() local
528 for (dlp = dsmp->dsm_leases; dlp != NULL; dlp = dlp->dl_next) { in stop_extending()
529 if (dlp->dl_t2.dt_start > t2) in stop_extending()
530 t2 = dlp->dl_t2.dt_start; in stop_extending()