Home
last modified time | relevance | path

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

/tools/testing/selftests/net/
Dtcp_inq.c99 int c, one = 1, inq = -1; in main() local
168 inq = *((int *) CMSG_DATA(cm)); in main()
170 if (inq != BUF_SIZE - iov[0].iov_len) { in main()
171 fprintf(stderr, "unexpected inq: %d\n", inq); in main()
/tools/include/uapi/linux/
Dtcp.h351 __u32 inq; /* out: amount of bytes in read queue */ member