Searched refs:SOCK_RCVTSTAMP (Results 1 – 5 of 5) sorted by relevance
1003 SOCK_RCVTSTAMP, /* %SO_TIMESTAMP setting */ enumerator2855 if (sock_flag(sk, SOCK_RCVTSTAMP) || in sock_recv_timestamp()2876 (1UL << SOCK_RCVTSTAMP) | \ in sock_recv_cmsgs()
2291 if (sock_flag(other, SOCK_RCVTSTAMP)) in unix_dgram_sendmsg()2633 if (sock_flag(sk, SOCK_RCVTSTAMP)) in __unix_dgram_recvmsg()
973 int need_software_tstamp = sock_flag(sk, SOCK_RCVTSTAMP); in __sock_recv_timestamp()
488 (1UL << SOCK_RCVTSTAMP) | \
2357 if (sock_flag(sk, SOCK_RCVTSTAMP)) { in tcp_recv_timestamp()