Searched defs:timestamp (Results 1 - 6 of 6) sorted by relevance

/net/atm/
H A Dlec_arpc.h28 unsigned long timestamp; /* Used for various timestamping things: member in struct:lec_arp_table
/net/mac80211/
H A Drc80211_pid.h81 unsigned long timestamp; member in struct:rc_pid_event
H A Dmlme.c1018 u64 timestamp, struct ieee802_11_elems *elems,
1242 .timestamp = timestamp,
3004 le64_to_cpu(mgmt->u.beacon.timestamp);
3191 le64_to_cpu(mgmt->u.beacon.timestamp);
1017 ieee80211_sta_process_chanswitch(struct ieee80211_sub_if_data *sdata, u64 timestamp, struct ieee802_11_elems *elems, bool beacon) argument
/net/batman-adv/
H A Dmain.h248 * has_timed_out - compares current time (jiffies) and timestamp + timeout
249 * @timestamp: base value to compare with (in jiffies)
252 * Returns true if current time is after timestamp + timeout
254 static inline bool batadv_has_timed_out(unsigned long timestamp, argument
257 return time_is_before_jiffies(timestamp + msecs_to_jiffies(timeout));
H A Dtypes.h469 * @timestamp_fwd_flush: timestamp of last forward packet queue flush
470 * @timestamp_sniffed_purge: timestamp of last sniffed packet queue purge
681 * @added_at: timestamp used for purging stale tt common entries
697 * @last_seen: timestamp used for purging stale tt local entries
747 * @issued_at: timestamp used for purging stale tt requests
761 * @first_time: timestamp used for purging stale roaming node entries
778 * @last_seen: timestamp of last ogm received from this node
798 * @last_valid: timestamp for last validation of path
816 * @timestamp: field containing the info when the packet was added to path
824 unsigned long timestamp; member in struct:batadv_nc_packet
[all...]
/net/core/
H A Dpktgen.c41 * sequence number, and timestamp.
2567 struct timeval timestamp; local
2625 do_gettimeofday(&timestamp);
2626 pgh->tv_sec = htonl(timestamp.tv_sec);
2627 pgh->tv_usec = htonl(timestamp.tv_usec);

Completed in 1059 milliseconds