Searched refs:UDP_CORK (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | udp.h | 31 #define UDP_CORK 1 /* Never send partially complete segments */ macro
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | udp.h | 31 #define UDP_CORK 1 /* Never send partially complete segments */ macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | udp.h | 15 #define UDP_CORK 1 macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | udp.h | 28 #define UDP_CORK 1 macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | udp.h | 28 #define UDP_CORK 1 macro
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | io_uring_zerocopy_tx.c | 385 do_setsockopt(fd, IPPROTO_UDP, UDP_CORK, 1); in do_tx() 419 do_setsockopt(fd, IPPROTO_UDP, UDP_CORK, 0); in do_tx()
|
H A D | msg_zerocopy.c | 9 * - SOCK_DGRAM with UDP_CORK 235 do_setsockopt(fd, IPPROTO_UDP, UDP_CORK, 1); in do_sendmsg_corked() 253 do_setsockopt(fd, IPPROTO_UDP, UDP_CORK, 0); in do_sendmsg_corked()
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
H A D | msg_zerocopy.c | 9 * - SOCK_DGRAM with UDP_CORK 235 do_setsockopt(fd, IPPROTO_UDP, UDP_CORK, 1); in do_sendmsg_corked() 253 do_setsockopt(fd, IPPROTO_UDP, UDP_CORK, 0); in do_sendmsg_corked()
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | udp.c | 2638 case UDP_CORK: in udp_lib_setsockopt() 2766 case UDP_CORK: in udp_lib_getsockopt()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | udp.c | 2664 case UDP_CORK: in udp_lib_setsockopt() 2788 case UDP_CORK: in udp_lib_getsockopt()
|
Completed in 12 milliseconds