Home
last modified time | relevance | path

Searched refs:SOCK_RCVTSTAMP (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/include/net/
Dsock.h708 SOCK_RCVTSTAMP, /* %SO_TIMESTAMP setting */ enumerator
2133 if (sock_flag(sk, SOCK_RCVTSTAMP) || in sock_recv_timestamp()
2153 (1UL << SOCK_RCVTSTAMP)) in sock_recv_ts_and_drops()
/linux-4.1.27/net/core/
Dsock.c846 sock_set_flag(sk, SOCK_RCVTSTAMP); in sock_setsockopt()
849 sock_reset_flag(sk, SOCK_RCVTSTAMP); in sock_setsockopt()
1107 v.val = sock_flag(sk, SOCK_RCVTSTAMP) && in sock_getsockopt()
/linux-4.1.27/net/unix/
Daf_unix.c1754 if (sock_flag(other, SOCK_RCVTSTAMP)) in unix_dgram_sendmsg()
1979 if (sock_flag(sk, SOCK_RCVTSTAMP)) in unix_dgram_recvmsg()
/linux-4.1.27/net/
Dsocket.c641 int need_software_tstamp = sock_flag(sk, SOCK_RCVTSTAMP); in __sock_recv_timestamp()