Searched refs:SOCK_RCVTSTAMP (Results 1 – 4 of 4) sorted by relevance
708 SOCK_RCVTSTAMP, /* %SO_TIMESTAMP setting */ enumerator2133 if (sock_flag(sk, SOCK_RCVTSTAMP) || in sock_recv_timestamp()2153 (1UL << SOCK_RCVTSTAMP)) in sock_recv_ts_and_drops()
846 sock_set_flag(sk, SOCK_RCVTSTAMP); in sock_setsockopt()849 sock_reset_flag(sk, SOCK_RCVTSTAMP); in sock_setsockopt()1107 v.val = sock_flag(sk, SOCK_RCVTSTAMP) && in sock_getsockopt()
1754 if (sock_flag(other, SOCK_RCVTSTAMP)) in unix_dgram_sendmsg()1979 if (sock_flag(sk, SOCK_RCVTSTAMP)) in unix_dgram_recvmsg()
641 int need_software_tstamp = sock_flag(sk, SOCK_RCVTSTAMP); in __sock_recv_timestamp()