Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
H A Dip_options.c62 __be32 midtime; in ip_options_build() local
64 midtime = inet_current_timestamp(); in ip_options_build()
65 memcpy(iph + opt->ts + iph[opt->ts + 2] - 5, &midtime, 4); in ip_options_build()
416 __be32 midtime; in __ip_options_compile() local
418 midtime = inet_current_timestamp(); in __ip_options_compile()
419 memcpy(timeptr, &midtime, 4); in __ip_options_compile()
/kernel/linux/linux-6.6/net/ipv4/
H A 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()

Completed in 2 milliseconds