Home
last modified time | relevance | path

Searched refs:last_seen_msecs (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/net/batman-adv/
Ddistributed-arp-table.c795 int last_seen_msecs, last_seen_secs, last_seen_mins; in batadv_dat_cache_seq_print_text() local
812 last_seen_msecs = jiffies_to_msecs(last_seen_jiffies); in batadv_dat_cache_seq_print_text()
813 last_seen_mins = last_seen_msecs / 60000; in batadv_dat_cache_seq_print_text()
814 last_seen_msecs = last_seen_msecs % 60000; in batadv_dat_cache_seq_print_text()
815 last_seen_secs = last_seen_msecs / 1000; in batadv_dat_cache_seq_print_text()
Dbat_iv_ogm.c1806 int last_seen_msecs, last_seen_secs; in batadv_iv_ogm_orig_print() local
1837 last_seen_msecs = jiffies_to_msecs(last_seen_jiffies); in batadv_iv_ogm_orig_print()
1838 last_seen_secs = last_seen_msecs / 1000; in batadv_iv_ogm_orig_print()
1839 last_seen_msecs = last_seen_msecs % 1000; in batadv_iv_ogm_orig_print()
1843 last_seen_msecs, n_ifinfo->bat_iv.tq_avg, in batadv_iv_ogm_orig_print()
Dtranslation-table.c948 int last_seen_msecs; in batadv_tt_local_seq_print_text() local
974 last_seen_msecs = jiffies_to_msecs(last_seen_jiffies); in batadv_tt_local_seq_print_text()
975 last_seen_secs = last_seen_msecs / 1000; in batadv_tt_local_seq_print_text()
976 last_seen_msecs = last_seen_msecs % 1000; in batadv_tt_local_seq_print_text()
1003 no_purge ? 0 : last_seen_msecs, in batadv_tt_local_seq_print_text()