Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/net/
H 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()
/openbmc/linux/tools/include/uapi/linux/
H 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
/openbmc/linux/include/uapi/linux/
H 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
/openbmc/linux/net/mptcp/
H A Dsockopt.c564 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 Dmptcp_inq.c491 if (-1 == setsockopt(r, IPPROTO_TCP, TCP_INQ, &on, sizeof(on))) in server()
H A Dmptcp_connect.c1157 xsetsockopt(fd, IPPROTO_TCP, TCP_INQ, &on, sizeof(on)); in apply_cmsg_types()
/openbmc/linux/net/ipv4/
H A Dtcp.c3682 case TCP_INQ: in do_tcp_setsockopt()
4182 case TCP_INQ: in do_tcp_getsockopt()