Home
last modified time | relevance | path

Searched refs:last_seen (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/net/batman-adv/
Dsoft-interface.c169 softif_neigh->last_seen = jiffies; in softif_neigh_get()
178 softif_neigh->last_seen = jiffies; in softif_neigh_get()
357 softif_neigh->last_seen) / 1000; in softif_neigh_seq_print_text()
359 softif_neigh->last_seen) % 1000; in softif_neigh_seq_print_text()
399 if ((!has_timed_out(softif_neigh->last_seen, in softif_neigh_purge()
Dtypes.h237 unsigned long last_seen; member
343 unsigned long last_seen; member
Dtranslation-table.c190 tt_local_entry->last_seen = jiffies; in tt_local_add()
207 tt_local_entry->last_seen = jiffies; in tt_local_add()
416 if (!has_timed_out(tt_local_entry->last_seen, in tt_local_purge()