Home
last modified time | relevance | path

Searched refs:TCP_NOTSENT_LOWAT (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dconnect4_prog.c26 #ifndef TCP_NOTSENT_LOWAT
27 #define TCP_NOTSENT_LOWAT 25 macro
140 if (bpf_setsockopt(ctx, SOL_TCP, TCP_NOTSENT_LOWAT, &lowat, sizeof(lowat))) in set_notsent_lowat()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dtcp.h115 #define TCP_NOTSENT_LOWAT 25 /* limit number of unsent bytes in write queue */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/netinet/
H A Dtcp.h64 #define TCP_NOTSENT_LOWAT 25 /* Limit number of unsent bytes in macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/netinet/
H A Dtcp.h64 #define TCP_NOTSENT_LOWAT 25 /* Limit number of unsent bytes in macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dtcp.h115 #define TCP_NOTSENT_LOWAT 25 /* limit number of unsent bytes in write queue */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dtcp.h115 #define TCP_NOTSENT_LOWAT 25 /* limit number of unsent bytes in write queue */ macro
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp.c3401 case TCP_NOTSENT_LOWAT: in do_tcp_setsockopt()
3874 case TCP_NOTSENT_LOWAT: in do_tcp_getsockopt()
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dip-sysctl.rst868 thanks to TCP_NOTSENT_LOWAT socket option. poll()/select()/epoll()
874 sockets not using TCP_NOTSENT_LOWAT. For these sockets, a change
/OK3568_Linux_fs/kernel/net/core/
H A Dfilter.c4890 case TCP_NOTSENT_LOWAT: in _bpf_setsockopt()