Home
last modified time | relevance | path

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

/linux/net/
H A Dcompat.c230 struct old_timeval32 ctv; in put_cmsg_compat() local
242 ctv.tv_sec = tv->tv_sec; in put_cmsg_compat()
243 ctv.tv_usec = tv->tv_usec; in put_cmsg_compat()
244 data = &ctv; in put_cmsg_compat()
245 len = sizeof(ctv); in put_cmsg_compat()
/linux/include/linux/
H A Dcompat.h915 struct old_timeval32 ctv; in ns_to_old_timeval32() local
918 ctv.tv_sec = tv.tv_sec; in ns_to_old_timeval32()
919 ctv.tv_usec = tv.tv_usec; in ns_to_old_timeval32()
921 return ctv; in ns_to_old_timeval32()