Home
last modified time | relevance | path

Searched defs:tv (Results 1 – 10 of 10) sorted by relevance

/net/vmw_vsock/
Daf_vsock.c1418 struct __kernel_old_timeval tv; in vsock_stream_setsockopt() local
1496 struct __kernel_old_timeval tv; in vsock_stream_getsockopt() local
/net/rds/
Drecv.c553 struct __kernel_old_timeval tv = in rds_cmsg_recv() local
/net/core/
Dsock.c335 struct __kernel_sock_timeval tv; in sock_get_timeout() local
368 struct __kernel_sock_timeval tv; in sock_set_timeout() local
3032 struct __kernel_old_timeval __user tv = { in sock_gettstamp() local
/net/ipv4/
Digmp.c218 int tv = prandom_u32() % max_delay; in igmp_start_timer() local
227 int tv = prandom_u32() % in_dev->mr_maxdelay; in igmp_gq_start_timer() local
241 int tv = prandom_u32() % delay; in igmp_ifc_start_timer() local
Dtcp.c1884 struct __kernel_old_timeval tv; in tcp_recv_timestamp() local
/net/ipv6/
Dmcast.c1035 unsigned long tv = prandom_u32() % idev->mc_maxdelay; in mld_gq_start_timer() local
1051 unsigned long tv = prandom_u32() % delay; in mld_ifc_start_timer() local
1066 unsigned long tv = prandom_u32() % delay; in mld_dad_start_timer() local
/net/
Dcompat.c225 struct __kernel_old_timeval *tv = (struct __kernel_old_timeval *)data; in put_cmsg_compat() local
Dsocket.c777 struct __kernel_sock_timeval tv; in __sock_recv_timestamp() local
783 struct __kernel_old_timeval tv; in __sock_recv_timestamp() local
/net/bluetooth/
Dhci_sock.c1387 struct __kernel_old_timeval tv; in hci_sock_cmsg() local
/net/can/
Dbcm.c141 static inline ktime_t bcm_timeval_to_ktime(struct bcm_timeval tv) in bcm_timeval_to_ktime()