Searched refs:last_seen_msecs (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/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() 441 unsigned int last_seen_msecs; in batadv_v_orig_dump_subentry() local 453 last_seen_msecs = jiffies_to_msecs(jiffies - orig_node->last_seen); in batadv_v_orig_dump_subentry() [all …]
|
D | distributed-arp-table.c | 824 int last_seen_msecs, last_seen_secs, last_seen_mins; in batadv_dat_cache_seq_print_text() local 841 last_seen_msecs = jiffies_to_msecs(last_seen_jiffies); in batadv_dat_cache_seq_print_text() 842 last_seen_mins = last_seen_msecs / 60000; in batadv_dat_cache_seq_print_text() 843 last_seen_msecs = last_seen_msecs % 60000; in batadv_dat_cache_seq_print_text() 844 last_seen_secs = last_seen_msecs / 1000; in batadv_dat_cache_seq_print_text()
|
D | bat_iv_ogm.c | 1918 int last_seen_msecs, last_seen_secs; in batadv_iv_ogm_orig_print() local 1948 last_seen_msecs = jiffies_to_msecs(last_seen_jiffies); in batadv_iv_ogm_orig_print() 1949 last_seen_secs = last_seen_msecs / 1000; in batadv_iv_ogm_orig_print() 1950 last_seen_msecs = last_seen_msecs % 1000; in batadv_iv_ogm_orig_print() 1954 last_seen_msecs, n_ifinfo->bat_iv.tq_avg, in batadv_iv_ogm_orig_print() 2026 unsigned int last_seen_msecs; in batadv_iv_ogm_orig_dump_subentry() local 2028 last_seen_msecs = jiffies_to_msecs(jiffies - orig_node->last_seen); in batadv_iv_ogm_orig_dump_subentry() 2050 last_seen_msecs)) in batadv_iv_ogm_orig_dump_subentry() 2317 unsigned int last_seen_msecs; in batadv_iv_ogm_neigh_dump_neigh() local 2319 last_seen_msecs = jiffies_to_msecs(jiffies - hardif_neigh->last_seen); in batadv_iv_ogm_neigh_dump_neigh() [all …]
|
D | translation-table.c | 1086 int last_seen_msecs; in batadv_tt_local_seq_print_text() local 1111 last_seen_msecs = jiffies_to_msecs(last_seen_jiffies); in batadv_tt_local_seq_print_text() 1112 last_seen_secs = last_seen_msecs / 1000; in batadv_tt_local_seq_print_text() 1113 last_seen_msecs = last_seen_msecs % 1000; in batadv_tt_local_seq_print_text() 1132 no_purge ? 0 : last_seen_msecs, in batadv_tt_local_seq_print_text() 1162 unsigned int last_seen_msecs; in batadv_tt_local_dump_entry() local 1166 last_seen_msecs = jiffies_to_msecs(jiffies - local->last_seen); in batadv_tt_local_dump_entry() 1189 nla_put_u32(msg, BATADV_ATTR_LAST_SEEN_MSECS, last_seen_msecs)) in batadv_tt_local_dump_entry()
|