SOCK_RCVTSTAMPNS  918 net/core/sock.c 				sock_reset_flag(sk, SOCK_RCVTSTAMPNS);
SOCK_RCVTSTAMPNS  920 net/core/sock.c 				sock_set_flag(sk, SOCK_RCVTSTAMPNS);
SOCK_RCVTSTAMPNS  925 net/core/sock.c 			sock_reset_flag(sk, SOCK_RCVTSTAMPNS);
SOCK_RCVTSTAMPNS 1317 net/core/sock.c 				!sock_flag(sk, SOCK_RCVTSTAMPNS);
SOCK_RCVTSTAMPNS 1321 net/core/sock.c 		v.val = sock_flag(sk, SOCK_RCVTSTAMPNS) && !sock_flag(sk, SOCK_TSTAMP_NEW);
SOCK_RCVTSTAMPNS 1329 net/core/sock.c 		v.val = sock_flag(sk, SOCK_RCVTSTAMPNS) && sock_flag(sk, SOCK_TSTAMP_NEW);
SOCK_RCVTSTAMPNS 1872 net/ipv4/tcp.c 			if (sock_flag(sk, SOCK_RCVTSTAMPNS)) {
SOCK_RCVTSTAMPNS  311 net/smc/af_smc.c 			     (1UL << SOCK_RCVTSTAMPNS) | \
SOCK_RCVTSTAMPNS  774 net/socket.c   		if (!sock_flag(sk, SOCK_RCVTSTAMPNS)) {