Searched refs:last_seen_msecs (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/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 | 1819 int last_seen_msecs, last_seen_secs; in batadv_iv_ogm_orig_print() local 1849 last_seen_msecs = jiffies_to_msecs(last_seen_jiffies); in batadv_iv_ogm_orig_print() 1850 last_seen_secs = last_seen_msecs / 1000; in batadv_iv_ogm_orig_print() 1851 last_seen_msecs = last_seen_msecs % 1000; in batadv_iv_ogm_orig_print() 1855 last_seen_msecs, n_ifinfo->bat_iv.tq_avg, in batadv_iv_ogm_orig_print() 1927 unsigned int last_seen_msecs; in batadv_iv_ogm_orig_dump_subentry() local 1929 last_seen_msecs = jiffies_to_msecs(jiffies - orig_node->last_seen); in batadv_iv_ogm_orig_dump_subentry() 1951 last_seen_msecs)) in batadv_iv_ogm_orig_dump_subentry() 2218 unsigned int last_seen_msecs; in batadv_iv_ogm_neigh_dump_neigh() local 2220 last_seen_msecs = jiffies_to_msecs(jiffies - hardif_neigh->last_seen); in batadv_iv_ogm_neigh_dump_neigh() [all …]
|
| D | distributed-arp-table.c | 858 int last_seen_msecs, last_seen_secs, last_seen_mins; in batadv_dat_cache_seq_print_text() local 875 last_seen_msecs = jiffies_to_msecs(last_seen_jiffies); in batadv_dat_cache_seq_print_text() 876 last_seen_mins = last_seen_msecs / 60000; in batadv_dat_cache_seq_print_text() 877 last_seen_msecs = last_seen_msecs % 60000; in batadv_dat_cache_seq_print_text() 878 last_seen_secs = last_seen_msecs / 1000; in batadv_dat_cache_seq_print_text()
|
| D | translation-table.c | 1085 int last_seen_msecs; in batadv_tt_local_seq_print_text() local 1110 last_seen_msecs = jiffies_to_msecs(last_seen_jiffies); in batadv_tt_local_seq_print_text() 1111 last_seen_secs = last_seen_msecs / 1000; in batadv_tt_local_seq_print_text() 1112 last_seen_msecs = last_seen_msecs % 1000; in batadv_tt_local_seq_print_text() 1131 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() 1191 nla_put_u32(msg, BATADV_ATTR_LAST_SEEN_MSECS, last_seen_msecs)) in batadv_tt_local_dump_entry()
|