Home
last modified time | relevance | path

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

/tools/testing/selftests/net/packetdrill/
A Dtcp_inq_server.pkt2 // Test TCP_INQ and TCP_CM_INQ on the server side.
19 // Accept the connection and enable TCP_INQ.
21 +0 setsockopt(4, SOL_TCP, TCP_INQ, [1], 4) = 0
A Dtcp_inq_client.pkt2 // Test TCP_INQ and TCP_CM_INQ on the client side.
14 // Connect to the server and enable TCP_INQ.
16 +0 setsockopt(3, SOL_TCP, TCP_INQ, [1], 4) = 0
/tools/testing/selftests/net/
A Dtcp_inq.c21 #ifndef TCP_INQ
22 #define TCP_INQ 36 macro
26 #define TCP_CM_INQ TCP_INQ
146 if (setsockopt(fd, SOL_TCP, TCP_INQ, &one, sizeof(one)) != 0) in main()
/tools/include/uapi/linux/
A Dtcp.h126 #define TCP_INQ 36 /* Notify bytes available to read as a cmsg on read */ macro
128 #define TCP_CM_INQ TCP_INQ
/tools/testing/selftests/net/mptcp/
A Dmptcp_inq.c499 if (-1 == setsockopt(r, IPPROTO_TCP, TCP_INQ, &on, sizeof(on))) in server()
A Dmptcp_connect.c1172 xsetsockopt(fd, IPPROTO_TCP, TCP_INQ, &on, sizeof(on)); in apply_cmsg_types()

Completed in 10 milliseconds