Searched refs:rx_timestamp (Results 1 – 6 of 6) sorted by relevance
72 if (!bpf_xdp_metadata_rx_timestamp(ctx, &meta->rx_timestamp)) in rx()73 bpf_printk("populated rx_timestamp with %llu", meta->rx_timestamp); in rx()75 meta->rx_timestamp = 0; /* Used by AF_XDP as not avail signal */ in rx()
57 meta->rx_timestamp = 1; in rx()
13 __u64 rx_timestamp; member
143 printf("rx_timestamp: %llu\n", meta->rx_timestamp); in verify_xdp_metadata()
1110 u64 beacon_timestamp, rx_timestamp; in ieee80211_rx_bss_info() local1161 rx_timestamp = in ieee80211_rx_bss_info()1169 rx_timestamp = drv_get_tsf(local, sdata); in ieee80211_rx_bss_info()1174 (unsigned long long)rx_timestamp); in ieee80211_rx_bss_info()1177 (unsigned long long)(rx_timestamp - beacon_timestamp), in ieee80211_rx_bss_info()1180 if (beacon_timestamp > rx_timestamp) { in ieee80211_rx_bss_info()
270 if (!ASSERT_NEQ(meta->rx_timestamp, 0, "rx_timestamp")) in verify_xsk_metadata()
Completed in 10 milliseconds