Searched defs:last_rx (Results 1 - 2 of 2) sorted by relevance

/net/core/
H A Ddrop_monitor.c56 unsigned long last_rx; member in struct:dm_hw_stat_delta
205 * 2) its after the last_rx delta
209 (time_after(jiffies, new_stat->last_rx + dm_hw_check_delta)) &&
213 new_stat->last_rx = jiffies;
314 new_stat->last_rx = jiffies;
/net/mac80211/
H A Dsta_info.h162 * @last_rx: jiffies of last rx activity
189 unsigned long last_rx; member in struct:tid_ampdu_rx
290 * @last_rx: time (in jiffies) when last frame was received from this STA
378 unsigned long last_rx; member in struct:sta_info

Completed in 104 milliseconds