include/net/sock.h
2879
if (sock_flag(sk, SOCK_RCVTSTAMP) ||
include/net/sock.h
2900
(1UL << SOCK_RCVTSTAMP) | \
net/core/sock.c
1832
v.val = sock_flag(sk, SOCK_RCVTSTAMP) &&
net/core/sock.c
1842
v.val = sock_flag(sk, SOCK_RCVTSTAMP) && sock_flag(sk, SOCK_TSTAMP_NEW);
net/core/sock.c
829
sock_valbool_flag(sk, SOCK_RCVTSTAMP, val);
net/ipv4/tcp.c
2353
if (sock_flag(sk, SOCK_RCVTSTAMP)) {
net/rds/af_rds.c
402
sock_set_flag(sk, SOCK_RCVTSTAMP);
net/rds/af_rds.c
404
sock_reset_flag(sk, SOCK_RCVTSTAMP);
net/rds/recv.c
431
if (sock_flag(sk, SOCK_RCVTSTAMP))
net/rds/recv.c
606
sock_flag(rds_rs_to_sk(rs), SOCK_RCVTSTAMP)) {
net/smc/af_smc.c
490
(1UL << SOCK_RCVTSTAMP) | \
net/socket.c
962
int need_software_tstamp = sock_flag(sk, SOCK_RCVTSTAMP);
net/unix/af_unix.c
2286
if (sock_flag(other, SOCK_RCVTSTAMP))
net/unix/af_unix.c
2628
if (sock_flag(sk, SOCK_RCVTSTAMP))