Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/
Dsock.h726 SOCK_RCVTSTAMP, /* %SO_TIMESTAMP setting */ enumerator
2149 if (sock_flag(sk, SOCK_RCVTSTAMP) || in sock_recv_timestamp()
2169 (1UL << SOCK_RCVTSTAMP)) in sock_recv_ts_and_drops()
/linux-4.4.14/net/core/
Dsock.c859 sock_set_flag(sk, SOCK_RCVTSTAMP); in sock_setsockopt()
862 sock_reset_flag(sk, SOCK_RCVTSTAMP); in sock_setsockopt()
1124 v.val = sock_flag(sk, SOCK_RCVTSTAMP) && in sock_getsockopt()
/linux-4.4.14/net/unix/
Daf_unix.c1821 if (sock_flag(other, SOCK_RCVTSTAMP)) in unix_dgram_sendmsg()
2162 if (sock_flag(sk, SOCK_RCVTSTAMP)) in unix_dgram_recvmsg()
/linux-4.4.14/net/
Dsocket.c639 int need_software_tstamp = sock_flag(sk, SOCK_RCVTSTAMP); in __sock_recv_timestamp()