Searched refs:last_seen_msecs (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/net/batman-adv/ |
H A 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 [all...] |
H A 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 [all...] |
H A 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()
|
H A D | translation-table.c | 1081 int last_seen_msecs; in batadv_tt_local_seq_print_text() local 1106 last_seen_msecs = jiffies_to_msecs(last_seen_jiffies); in batadv_tt_local_seq_print_text() 1107 last_seen_secs = last_seen_msecs / 1000; in batadv_tt_local_seq_print_text() 1108 last_seen_msecs = last_seen_msecs % 1000; in batadv_tt_local_seq_print_text() 1127 no_purge ? 0 : last_seen_msecs, in batadv_tt_local_seq_print_text() 1158 unsigned int last_seen_msecs; in batadv_tt_local_dump_entry() local 1162 last_seen_msecs = jiffies_to_msecs(jiffies - local->last_seen); in batadv_tt_local_dump_entry() 1187 nla_put_u32(msg, BATADV_ATTR_LAST_SEEN_MSECS, last_seen_msecs)) in batadv_tt_local_dump_entry()
|
/kernel/linux/linux-6.6/net/batman-adv/ |
H A D | bat_v.c | 134 unsigned int last_seen_msecs; in batadv_v_neigh_dump_neigh() local 137 last_seen_msecs = jiffies_to_msecs(jiffies - hardif_neigh->last_seen); in batadv_v_neigh_dump_neigh() 153 last_seen_msecs) || in batadv_v_neigh_dump_neigh() 276 unsigned int last_seen_msecs; in batadv_v_orig_dump_subentry() local 288 last_seen_msecs = jiffies_to_msecs(jiffies - orig_node->last_seen); in batadv_v_orig_dump_subentry() 308 last_seen_msecs)) in batadv_v_orig_dump_subentry()
|
H A D | bat_iv_ogm.c | 1821 unsigned int last_seen_msecs; in batadv_iv_ogm_orig_dump_subentry() local 1823 last_seen_msecs = jiffies_to_msecs(jiffies - orig_node->last_seen); in batadv_iv_ogm_orig_dump_subentry() 1847 last_seen_msecs)) in batadv_iv_ogm_orig_dump_subentry() 2058 unsigned int last_seen_msecs; in batadv_iv_ogm_neigh_dump_neigh() local 2060 last_seen_msecs = jiffies_to_msecs(jiffies - hardif_neigh->last_seen); in batadv_iv_ogm_neigh_dump_neigh() 2074 last_seen_msecs)) in batadv_iv_ogm_neigh_dump_neigh()
|
H A D | translation-table.c | 1075 unsigned int last_seen_msecs; in batadv_tt_local_dump_entry() local 1079 last_seen_msecs = jiffies_to_msecs(jiffies - local->last_seen); in batadv_tt_local_dump_entry() 1104 nla_put_u32(msg, BATADV_ATTR_LAST_SEEN_MSECS, last_seen_msecs)) in batadv_tt_local_dump_entry()
|
Completed in 25 milliseconds