Searched refs:rx_timestamp (Results 1 – 6 of 6) sorted by relevance
35 __u64 rx_timestamp; member
216 last_hw_rx_timestamp = meta->rx_timestamp; in verify_xdp_metadata()220 meta->rx_timestamp, ref_tstamp); in verify_xdp_metadata()
89 meta->rx_timestamp = 1; in rx()
93 err = bpf_xdp_metadata_rx_timestamp(ctx, &meta->rx_timestamp); in rx()
1090 u64 beacon_timestamp, rx_timestamp; in ieee80211_rx_bss_info() local1141 rx_timestamp = in ieee80211_rx_bss_info()1149 rx_timestamp = drv_get_tsf(local, sdata); in ieee80211_rx_bss_info()1154 (unsigned long long)rx_timestamp); in ieee80211_rx_bss_info()1157 (unsigned long long)(rx_timestamp - beacon_timestamp), in ieee80211_rx_bss_info()1160 if (beacon_timestamp > rx_timestamp) { in ieee80211_rx_bss_info()
324 if (!ASSERT_NEQ(meta->rx_timestamp, 0, "rx_timestamp")) in verify_xsk_metadata()