Lines Matching refs:socket
27 This socket option enables timestamping of datagrams on the reception
28 path. Because the destination socket, if any, is not known early in
32 For interface details, see `man 7 socket`.
45 socket option takes a bitmap of flags, not a boolean. In
62 requested by a particular socket, such as when receive timestamping is
139 is derived from a per-socket u32 counter (that wraps). For datagram
144 the socket option is enabled. It is reset each time the option is
152 that socket.
161 is to correlate packets with their egress device, by enabling socket
170 charged to the socket's receive budget (SO_RCVBUF) and delivers
248 See `man 3 cmsg` for details of this interface. The socket manual
249 page (`man 7 socket`) describes how timestamps generated with
275 socket's error queue with the send timestamp(s) attached. A process
308 socket.
314 packet payload that it passed to the stack originally: the socket
333 On reception, there is no reason to read from the socket error queue.
335 on a normal recvmsg(). Since this is not a socket error, it is not