Searched refs:last_seen_msecs (Results 1 – 4 of 4) sorted by relevance
/net/batman-adv/ |
D | bat_v.c | 232 unsigned int last_seen_msecs; in batadv_v_neigh_dump_neigh() local 235 last_seen_msecs = jiffies_to_msecs(jiffies - hardif_neigh->last_seen); in batadv_v_neigh_dump_neigh() 249 last_seen_msecs) || in batadv_v_neigh_dump_neigh() 363 int last_seen_msecs, last_seen_secs; in batadv_v_orig_print() local 390 last_seen_msecs = jiffies_to_msecs(last_seen_jiffies); in batadv_v_orig_print() 391 last_seen_secs = last_seen_msecs / 1000; in batadv_v_orig_print() 392 last_seen_msecs = last_seen_msecs % 1000; in batadv_v_orig_print() 396 last_seen_msecs, in batadv_v_orig_print() 442 unsigned int last_seen_msecs; in batadv_v_orig_dump_subentry() local 454 last_seen_msecs = jiffies_to_msecs(jiffies - orig_node->last_seen); in batadv_v_orig_dump_subentry() [all …]
|
D | distributed-arp-table.c | 815 int last_seen_msecs, last_seen_secs, last_seen_mins; in batadv_dat_cache_seq_print_text() local 832 last_seen_msecs = jiffies_to_msecs(last_seen_jiffies); in batadv_dat_cache_seq_print_text() 833 last_seen_mins = last_seen_msecs / 60000; in batadv_dat_cache_seq_print_text() 834 last_seen_msecs = last_seen_msecs % 60000; in batadv_dat_cache_seq_print_text() 835 last_seen_secs = last_seen_msecs / 1000; in batadv_dat_cache_seq_print_text()
|
D | bat_iv_ogm.c | 1900 int last_seen_msecs, last_seen_secs; in batadv_iv_ogm_orig_print() local 1930 last_seen_msecs = jiffies_to_msecs(last_seen_jiffies); in batadv_iv_ogm_orig_print() 1931 last_seen_secs = last_seen_msecs / 1000; in batadv_iv_ogm_orig_print() 1932 last_seen_msecs = last_seen_msecs % 1000; in batadv_iv_ogm_orig_print() 1936 last_seen_msecs, n_ifinfo->bat_iv.tq_avg, in batadv_iv_ogm_orig_print() 2008 unsigned int last_seen_msecs; in batadv_iv_ogm_orig_dump_subentry() local 2010 last_seen_msecs = jiffies_to_msecs(jiffies - orig_node->last_seen); in batadv_iv_ogm_orig_dump_subentry() 2032 last_seen_msecs)) in batadv_iv_ogm_orig_dump_subentry() 2299 unsigned int last_seen_msecs; in batadv_iv_ogm_neigh_dump_neigh() local 2301 last_seen_msecs = jiffies_to_msecs(jiffies - hardif_neigh->last_seen); in batadv_iv_ogm_neigh_dump_neigh() [all …]
|
D | translation-table.c | 1062 int last_seen_msecs; in batadv_tt_local_seq_print_text() local 1087 last_seen_msecs = jiffies_to_msecs(last_seen_jiffies); in batadv_tt_local_seq_print_text() 1088 last_seen_secs = last_seen_msecs / 1000; in batadv_tt_local_seq_print_text() 1089 last_seen_msecs = last_seen_msecs % 1000; in batadv_tt_local_seq_print_text() 1108 no_purge ? 0 : last_seen_msecs, in batadv_tt_local_seq_print_text() 1138 unsigned int last_seen_msecs; in batadv_tt_local_dump_entry() local 1142 last_seen_msecs = jiffies_to_msecs(jiffies - local->last_seen); in batadv_tt_local_dump_entry() 1165 nla_put_u32(msg, BATADV_ATTR_LAST_SEEN_MSECS, last_seen_msecs)) in batadv_tt_local_dump_entry()
|