Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/batman-adv/
H A Dnetwork-coding.c144 bat_priv->nc.timestamp_fwd_flush = jiffies; in batadv_nc_mesh_init()
734 if (batadv_has_timed_out(bat_priv->nc.timestamp_fwd_flush, timeout)) { in batadv_nc_worker()
737 bat_priv->nc.timestamp_fwd_flush = jiffies; in batadv_nc_worker()
H A Dtypes.h1333 * @timestamp_fwd_flush: timestamp of last forward packet queue flush
1335 unsigned long timestamp_fwd_flush; member
/kernel/linux/linux-6.6/net/batman-adv/
H A Dnetwork-coding.c137 bat_priv->nc.timestamp_fwd_flush = jiffies; in batadv_nc_mesh_init()
727 if (batadv_has_timed_out(bat_priv->nc.timestamp_fwd_flush, timeout)) { in batadv_nc_worker()
730 bat_priv->nc.timestamp_fwd_flush = jiffies; in batadv_nc_worker()
H A Dtypes.h1316 * @timestamp_fwd_flush: timestamp of last forward packet queue flush
1318 unsigned long timestamp_fwd_flush; member

Completed in 21 milliseconds