Home
last modified time | relevance | path

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

/tools/testing/selftests/net/
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/
Dtcp.h126 #define TCP_INQ 36 /* Notify bytes available to read as a cmsg on read */ macro
128 #define TCP_CM_INQ TCP_INQ