Searched refs:ltime (Results 1 – 2 of 2) sorted by relevance
594 struct tm ltime; in show_timeofday() local597 if (localtime_r(&tv.tv_sec, <ime)) { in show_timeofday()598 strftime(date, sizeof(date), "%H:%M:%S", <ime); in show_timeofday()
541 struct xfrm_lifetime_cur *ltime; in xfrm_update_ae_params() local542 ltime = nla_data(lt); in xfrm_update_ae_params()543 x->curlft.bytes = ltime->bytes; in xfrm_update_ae_params()544 x->curlft.packets = ltime->packets; in xfrm_update_ae_params()545 x->curlft.add_time = ltime->add_time; in xfrm_update_ae_params()546 x->curlft.use_time = ltime->use_time; in xfrm_update_ae_params()