Lines Matching defs:timestamp
569 * @timestamp: timestamp in jiffies which is replied in ack
580 int uid, u32 timestamp)
607 icmp->timestamp = htonl(timestamp);
667 rtt = jiffies_to_msecs(jiffies) - ntohl(icmp->timestamp);
668 if (icmp->timestamp && rtt)
1147 * @timestamp: the timestamp to echo back in the ACK
1155 u32 seq, __be32 timestamp, const u8 *session,
1195 icmp->timestamp = timestamp;
1453 icmp->timestamp, icmp->session, icmp->uid);