Searched refs:SOCK_RCVTSTAMP (Results 1 – 4 of 4) sorted by relevance
726 SOCK_RCVTSTAMP, /* %SO_TIMESTAMP setting */ enumerator2149 if (sock_flag(sk, SOCK_RCVTSTAMP) || in sock_recv_timestamp()2169 (1UL << SOCK_RCVTSTAMP)) in sock_recv_ts_and_drops()
859 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()
1821 if (sock_flag(other, SOCK_RCVTSTAMP)) in unix_dgram_sendmsg()2162 if (sock_flag(sk, SOCK_RCVTSTAMP)) in unix_dgram_recvmsg()
639 int need_software_tstamp = sock_flag(sk, SOCK_RCVTSTAMP); in __sock_recv_timestamp()