Home
last modified time | relevance | path

Searched refs:added_at (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/net/batman-adv/
H A Dtypes.h1919 /** @added_at: timestamp used for purging stale tt common entries */
1920 unsigned long added_at; member
H A Dtranslation-table.c737 tt_local->common.added_at = tt_local->last_seen; in batadv_tt_local_add()
1725 common->added_at = jiffies; in batadv_tt_global_add()
2484 batadv_has_timed_out(tt_global->common.added_at, temp_timeout)) { in batadv_tt_global_to_purge()
/kernel/linux/linux-6.6/net/batman-adv/
H A Dtypes.h1852 /** @added_at: timestamp used for purging stale tt common entries */
1853 unsigned long added_at; member
H A Dtranslation-table.c736 tt_local->common.added_at = tt_local->last_seen; in batadv_tt_local_add()
1638 common->added_at = jiffies; in batadv_tt_global_add()
2256 batadv_has_timed_out(tt_global->common.added_at, temp_timeout)) { in batadv_tt_global_to_purge()

Completed in 17 milliseconds