Searched refs:UDP_GRO (Results 1 – 12 of 12) sorted by relevance
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/ |
D | udp.h | 30 #define UDP_GRO 104 macro
|
/third_party/musl/porting/uniproton/kernel/include/netinet/ |
D | udp.h | 30 #define UDP_GRO 104 macro
|
/third_party/musl/porting/liteos_m/kernel/include/netinet/ |
D | udp.h | 30 #define UDP_GRO 104 macro
|
/third_party/musl/include/netinet/ |
D | udp.h | 30 #define UDP_GRO 104 macro
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/ |
D | mod.rs | 293 pub const UDP_GRO: ::c_int = 104; constant
|
/third_party/nghttp2/src/ |
D | shrpx_worker.cc | 896 # ifdef UDP_GRO in create_quic_server_socket() 897 if (setsockopt(fd, IPPROTO_UDP, UDP_GRO, &val, sizeof(val)) == -1) { in create_quic_server_socket()
|
D | util.cc | 1792 # ifdef UDP_GRO in msghdr_get_udp_gro() 1794 if (cmsg->cmsg_level == SOL_UDP && cmsg->cmsg_type == UDP_GRO) { in msghdr_get_udp_gro()
|
D | h2load.cc | 544 # ifdef UDP_GRO in make_socket() 546 if (setsockopt(fd, IPPROTO_UDP, UDP_GRO, &val, sizeof(val)) != 0) { in make_socket()
|
/third_party/rust/crates/nix/src/sys/socket/ |
D | sockopt.rs | 883 libc::UDP_GRO,
|
D | mod.rs | 965 (libc::SOL_UDP, libc::UDP_GRO) => {
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | linux.txt | 2671 UDP_GRO
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 1914 pub const UDP_GRO: ::c_int = 104; constant
|