Home
last modified time | relevance | path

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

/Linux-v5.4/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()
/Linux-v5.4/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
/Linux-v5.4/net/ipv4/
Dtcp.c3131 case TCP_INQ: in do_tcp_setsockopt()
3613 case TCP_INQ: in do_tcp_getsockopt()