Searched refs:last_seen_msecs (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/net/batman-adv/ |
D | bat_v.c | 222 unsigned int last_seen_msecs; in batadv_v_neigh_dump_neigh() local 225 last_seen_msecs = jiffies_to_msecs(jiffies - hardif_neigh->last_seen); in batadv_v_neigh_dump_neigh() 239 last_seen_msecs) || in batadv_v_neigh_dump_neigh() 353 int last_seen_msecs, last_seen_secs; in batadv_v_orig_print() local 380 last_seen_msecs = jiffies_to_msecs(last_seen_jiffies); in batadv_v_orig_print() 381 last_seen_secs = last_seen_msecs / 1000; in batadv_v_orig_print() 382 last_seen_msecs = last_seen_msecs % 1000; in batadv_v_orig_print() 386 last_seen_msecs, in batadv_v_orig_print() 431 unsigned int last_seen_msecs; in batadv_v_orig_dump_subentry() local 443 last_seen_msecs = jiffies_to_msecs(jiffies - orig_node->last_seen); in batadv_v_orig_dump_subentry() [all …]
|
D | bat_iv_ogm.c | 1827 int last_seen_msecs, last_seen_secs; in batadv_iv_ogm_orig_print() local 1857 last_seen_msecs = jiffies_to_msecs(last_seen_jiffies); in batadv_iv_ogm_orig_print() 1858 last_seen_secs = last_seen_msecs / 1000; in batadv_iv_ogm_orig_print() 1859 last_seen_msecs = last_seen_msecs % 1000; in batadv_iv_ogm_orig_print() 1863 last_seen_msecs, n_ifinfo->bat_iv.tq_avg, in batadv_iv_ogm_orig_print() 1935 unsigned int last_seen_msecs; in batadv_iv_ogm_orig_dump_subentry() local 1937 last_seen_msecs = jiffies_to_msecs(jiffies - orig_node->last_seen); in batadv_iv_ogm_orig_dump_subentry() 1959 last_seen_msecs)) in batadv_iv_ogm_orig_dump_subentry() 2226 unsigned int last_seen_msecs; in batadv_iv_ogm_neigh_dump_neigh() local 2228 last_seen_msecs = jiffies_to_msecs(jiffies - hardif_neigh->last_seen); in batadv_iv_ogm_neigh_dump_neigh() [all …]
|
D | distributed-arp-table.c | 865 int last_seen_msecs, last_seen_secs, last_seen_mins; in batadv_dat_cache_seq_print_text() local 882 last_seen_msecs = jiffies_to_msecs(last_seen_jiffies); in batadv_dat_cache_seq_print_text() 883 last_seen_mins = last_seen_msecs / 60000; in batadv_dat_cache_seq_print_text() 884 last_seen_msecs = last_seen_msecs % 60000; in batadv_dat_cache_seq_print_text() 885 last_seen_secs = last_seen_msecs / 1000; in batadv_dat_cache_seq_print_text()
|
D | translation-table.c | 1082 int last_seen_msecs; in batadv_tt_local_seq_print_text() local 1107 last_seen_msecs = jiffies_to_msecs(last_seen_jiffies); in batadv_tt_local_seq_print_text() 1108 last_seen_secs = last_seen_msecs / 1000; in batadv_tt_local_seq_print_text() 1109 last_seen_msecs = last_seen_msecs % 1000; in batadv_tt_local_seq_print_text() 1128 no_purge ? 0 : last_seen_msecs, in batadv_tt_local_seq_print_text() 1159 unsigned int last_seen_msecs; in batadv_tt_local_dump_entry() local 1163 last_seen_msecs = jiffies_to_msecs(jiffies - local->last_seen); in batadv_tt_local_dump_entry() 1188 nla_put_u32(msg, BATADV_ATTR_LAST_SEEN_MSECS, last_seen_msecs)) in batadv_tt_local_dump_entry()
|