Searched refs:TCP_INQ (Results 1 – 9 of 9) sorted by relevance
| /linux/tools/testing/selftests/net/ |
| A D | tcp_inq.c | 21 #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()
|
| /linux/tools/testing/selftests/net/packetdrill/ |
| A D | tcp_inq_server.pkt | 2 // Test TCP_INQ and TCP_CM_INQ on the server side. 16 // Accept the connection and enable TCP_INQ. 18 +0 setsockopt(4, SOL_TCP, TCP_INQ, [1], 4) = 0
|
| A D | tcp_inq_client.pkt | 2 // Test TCP_INQ and TCP_CM_INQ on the client side. 11 // Connect to the server and enable TCP_INQ. 13 +0 setsockopt(3, SOL_TCP, TCP_INQ, [1], 4) = 0
|
| /linux/tools/include/uapi/linux/ |
| A D | tcp.h | 126 #define TCP_INQ 36 /* Notify bytes available to read as a cmsg on read */ macro 128 #define TCP_CM_INQ TCP_INQ
|
| /linux/include/uapi/linux/ |
| A D | tcp.h | 126 #define TCP_INQ 36 /* Notify bytes available to read as a cmsg on read */ macro 128 #define TCP_CM_INQ TCP_INQ
|
| /linux/net/mptcp/ |
| A D | sockopt.c | 565 case TCP_INQ: in mptcp_supported_sockopt() 830 case TCP_INQ: in mptcp_setsockopt_sol_tcp() 1388 case TCP_INQ: in mptcp_getsockopt_sol_tcp()
|
| /linux/tools/testing/selftests/net/mptcp/ |
| A D | mptcp_inq.c | 491 if (-1 == setsockopt(r, IPPROTO_TCP, TCP_INQ, &on, sizeof(on))) in server()
|
| A D | mptcp_connect.c | 1157 xsetsockopt(fd, IPPROTO_TCP, TCP_INQ, &on, sizeof(on)); in apply_cmsg_types()
|
| /linux/net/ipv4/ |
| A D | tcp.c | 4002 case TCP_INQ: in do_tcp_setsockopt() 4515 case TCP_INQ: in do_tcp_getsockopt()
|
Completed in 29 milliseconds