Searched refs:SOCK_TSTAMP_NEW (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.10/net/core/ |
| D | sock.c | 753 sock_valbool_flag(sk, SOCK_TSTAMP_NEW, new); in __sock_set_timestamps() 1024 sock_valbool_flag(sk, SOCK_TSTAMP_NEW, optname == SO_TIMESTAMPING_NEW); in sock_setsockopt() 1376 !sock_flag(sk, SOCK_TSTAMP_NEW) && in sock_getsockopt() 1381 v.val = sock_flag(sk, SOCK_RCVTSTAMPNS) && !sock_flag(sk, SOCK_TSTAMP_NEW); in sock_getsockopt() 1385 v.val = sock_flag(sk, SOCK_RCVTSTAMP) && sock_flag(sk, SOCK_TSTAMP_NEW); in sock_getsockopt() 1389 v.val = sock_flag(sk, SOCK_RCVTSTAMPNS) && sock_flag(sk, SOCK_TSTAMP_NEW); in sock_getsockopt()
|
| /Linux-v5.10/net/rds/ |
| D | af_rds.c | 395 sock_set_flag(sk, SOCK_TSTAMP_NEW); in rds_enable_recvtstamp()
|
| D | recv.c | 557 if (!sock_flag(rds_rs_to_sk(rs), SOCK_TSTAMP_NEW)) { in rds_cmsg_recv()
|
| /Linux-v5.10/net/ |
| D | socket.c | 773 int new_tstamp = sock_flag(sk, SOCK_TSTAMP_NEW); in __sock_recv_timestamp() 833 if (sock_flag(sk, SOCK_TSTAMP_NEW)) in __sock_recv_timestamp()
|
| /Linux-v5.10/net/ipv4/ |
| D | tcp.c | 1925 int new_tstamp = sock_flag(sk, SOCK_TSTAMP_NEW); in tcp_recv_timestamp() 1980 if (sock_flag(sk, SOCK_TSTAMP_NEW)) in tcp_recv_timestamp()
|
| /Linux-v5.10/include/net/ |
| D | sock.h | 863 SOCK_TSTAMP_NEW, /* Indicates 64 bit timestamps always */ enumerator
|
| /Linux-v5.10/net/smc/ |
| D | af_smc.c | 327 (1UL << SOCK_TSTAMP_NEW))
|