Home
last modified time | relevance | path

Searched refs:midtime (Results 1 – 1 of 1) sorted by relevance

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