include/net/sock.h
2841
if (sock_flag(sk, SOCK_RCVTSTAMP) ||
include/net/sock.h
2862
(1UL << SOCK_RCVTSTAMP) | \
net/core/sock.c
1825
v.val = sock_flag(sk, SOCK_RCVTSTAMP) &&
net/core/sock.c
1835
v.val = sock_flag(sk, SOCK_RCVTSTAMP) && sock_flag(sk, SOCK_TSTAMP_NEW);
net/core/sock.c
836
sock_valbool_flag(sk, SOCK_RCVTSTAMP, val);
net/ipv4/tcp.c
2383
if (sock_flag(sk, SOCK_RCVTSTAMP)) {
net/rds/af_rds.c
398
sock_set_flag(sk, SOCK_RCVTSTAMP);
net/rds/af_rds.c
400
sock_reset_flag(sk, SOCK_RCVTSTAMP);
net/rds/recv.c
416
if (sock_flag(sk, SOCK_RCVTSTAMP))
net/rds/recv.c
591
sock_flag(rds_rs_to_sk(rs), SOCK_RCVTSTAMP)) {
net/smc/af_smc.c
488
(1UL << SOCK_RCVTSTAMP) | \
net/socket.c
913
int need_software_tstamp = sock_flag(sk, SOCK_RCVTSTAMP);
net/unix/af_unix.c
2277
if (sock_flag(other, SOCK_RCVTSTAMP))
net/unix/af_unix.c
2619
if (sock_flag(sk, SOCK_RCVTSTAMP))