Searched refs:midtime (Results 1 - 1 of 1) sorted by last modified time

/linux-master/net/ipv4/
H A Dip_options.c61 __be32 midtime; local
63 midtime = inet_current_timestamp();
64 memcpy(iph + opt->ts + iph[opt->ts + 2] - 5, &midtime, 4);
403 __be32 midtime; local
405 midtime = inet_current_timestamp();
406 memcpy(timeptr, &midtime, 4);

Completed in 193 milliseconds