Searched refs:ltime (Results 1 – 2 of 2) sorted by relevance
563 struct tm ltime; in show_timeofday() local566 if (localtime_r(&tv.tv_sec, <ime)) { in show_timeofday()567 strftime(date, sizeof(date), "%H:%M:%S", <ime); in show_timeofday()
513 struct xfrm_lifetime_cur *ltime; in xfrm_update_ae_params() local514 ltime = nla_data(lt); in xfrm_update_ae_params()515 x->curlft.bytes = ltime->bytes; in xfrm_update_ae_params()516 x->curlft.packets = ltime->packets; in xfrm_update_ae_params()517 x->curlft.add_time = ltime->add_time; in xfrm_update_ae_params()518 x->curlft.use_time = ltime->use_time; in xfrm_update_ae_params()