Lines Matching refs:m_lftc
240 struct sadb_lifetime *m_lftc, *m_lfth, *m_lfts; local
274 m_lftc = (void *)mhp[SADB_EXT_LIFETIME_CURRENT];
405 if (m_lftc != NULL) {
409 str_time((long)m_lftc->sadb_lifetime_addtime));
412 (u_long)(m_lftc->sadb_lifetime_addtime == 0 ?
413 0 : (tmp_time - m_lftc->sadb_lifetime_addtime)));
423 str_time((long)m_lftc->sadb_lifetime_usetime));
431 str_lifetime_byte(m_lftc, "current");
437 (unsigned long)m_lftc->sadb_lifetime_allocations);
495 struct sadb_lifetime *m_lftc = NULL, *m_lfth = NULL; local
518 m_lftc = (void *)mhp[SADB_EXT_LIFETIME_CURRENT];
615 if (m_lftc) {
617 str_time((long)m_lftc->sadb_lifetime_addtime));
619 str_time((long)m_lftc->sadb_lifetime_usetime));