Searched refs:ltime (Results 1 – 2 of 2) sorted by relevance
588 struct tm ltime; in show_timeofday() local591 if (localtime_r(&tv.tv_sec, <ime)) { in show_timeofday()592 strftime(date, sizeof(date), "%H:%M:%S", <ime); in show_timeofday()
521 struct xfrm_lifetime_cur *ltime; in xfrm_update_ae_params() local522 ltime = nla_data(lt); in xfrm_update_ae_params()523 x->curlft.bytes = ltime->bytes; in xfrm_update_ae_params()524 x->curlft.packets = ltime->packets; in xfrm_update_ae_params()525 x->curlft.add_time = ltime->add_time; in xfrm_update_ae_params()526 x->curlft.use_time = ltime->use_time; in xfrm_update_ae_params()