Home
last modified time | relevance | path

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

/openbmc/linux/net/
H A Dsocket.c2913 struct timespec64 timeout64; in do_recvmmsg() local
2969 ktime_get_ts64(&timeout64); in do_recvmmsg()
2970 *timeout = timespec64_sub(end_time, timeout64); in do_recvmmsg()