Searched refs:ltime (Results 1 – 2 of 2) sorted by relevance
564 struct tm ltime; in show_timeofday() local567 if (localtime_r(&tv.tv_sec, <ime)) { in show_timeofday()568 strftime(date, sizeof(date), "%H:%M:%S", <ime); in show_timeofday()
487 struct xfrm_lifetime_cur *ltime; in xfrm_update_ae_params() local488 ltime = nla_data(lt); in xfrm_update_ae_params()489 x->curlft.bytes = ltime->bytes; in xfrm_update_ae_params()490 x->curlft.packets = ltime->packets; in xfrm_update_ae_params()491 x->curlft.add_time = ltime->add_time; in xfrm_update_ae_params()492 x->curlft.use_time = ltime->use_time; in xfrm_update_ae_params()