Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/selftests/net/
Dtcp_inq.c31 #ifndef TCP_INQ
32 #define TCP_INQ 36 macro
36 #define TCP_CM_INQ TCP_INQ
156 if (setsockopt(fd, SOL_TCP, TCP_INQ, &one, sizeof(one)) != 0) in main()
/Linux-v4.19/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-v4.19/net/ipv4/
Dtcp.c3041 case TCP_INQ: in do_tcp_setsockopt()
3508 case TCP_INQ: in do_tcp_getsockopt()