Searched refs:TCP_INQ (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/tools/testing/selftests/net/ |
H 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()
|
/openbmc/linux/tools/include/uapi/linux/ |
H 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
|
/openbmc/linux/include/uapi/linux/ |
H 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
|
/openbmc/linux/net/mptcp/ |
H A D | sockopt.c | 564 case TCP_INQ: in mptcp_supported_sockopt() 819 case TCP_INQ: in mptcp_setsockopt_sol_tcp() 1361 case TCP_INQ: in mptcp_getsockopt_sol_tcp()
|
/openbmc/linux/tools/testing/selftests/net/mptcp/ |
H A D | mptcp_inq.c | 491 if (-1 == setsockopt(r, IPPROTO_TCP, TCP_INQ, &on, sizeof(on))) in server()
|
H A D | mptcp_connect.c | 1159 xsetsockopt(fd, IPPROTO_TCP, TCP_INQ, &on, sizeof(on)); in apply_cmsg_types()
|
/openbmc/linux/net/ipv4/ |
H A D | tcp.c | 3701 case TCP_INQ: in do_tcp_setsockopt() 4210 case TCP_INQ: in do_tcp_getsockopt()
|