Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dtcp.c286 TCP_CMSG_TS = 2 enumerator
1959 zc->msg_flags |= TCP_CMSG_TS; in tcp_zc_handle_leftover()
2048 #define TCP_VALID_ZC_MSG_FLAGS (TCP_CMSG_TS)
2178 zc->msg_flags |= TCP_CMSG_TS; in tcp_zerocopy_receive()
2546 *cmsg_flags |= TCP_CMSG_TS; in tcp_recvmsg_locked()
2605 if (cmsg_flags & TCP_CMSG_TS) in tcp_recvmsg()
4300 if (zc.msg_flags & TCP_CMSG_TS) in do_tcp_getsockopt()