Home
last modified time | relevance | path

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

/linux/include/net/
H A Dsock.h1003 SOCK_RCVTSTAMP, /* %SO_TIMESTAMP setting */ enumerator
2855 if (sock_flag(sk, SOCK_RCVTSTAMP) || in sock_recv_timestamp()
2876 (1UL << SOCK_RCVTSTAMP) | \ in sock_recv_cmsgs()
/linux/net/unix/
H A Daf_unix.c2291 if (sock_flag(other, SOCK_RCVTSTAMP)) in unix_dgram_sendmsg()
2633 if (sock_flag(sk, SOCK_RCVTSTAMP)) in __unix_dgram_recvmsg()
/linux/net/
H A Dsocket.c973 int need_software_tstamp = sock_flag(sk, SOCK_RCVTSTAMP); in __sock_recv_timestamp()
/linux/net/smc/
H A Daf_smc.c488 (1UL << SOCK_RCVTSTAMP) | \
/linux/net/ipv4/
H A Dtcp.c2357 if (sock_flag(sk, SOCK_RCVTSTAMP)) { in tcp_recv_timestamp()