Home
last modified time | relevance | path

Searched refs:UDP_GRO (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/net/
H A Dudpgso_bench_rx.c34 #ifndef UDP_GRO
35 #define UDP_GRO 104 macro
238 && cmsg->cmsg_type == UDP_GRO) { in recv_msg()
364 if (setsockopt(fd, IPPROTO_UDP, UDP_GRO, &val, sizeof(val))) in do_recv()
365 error(1, errno, "setsockopt UDP_GRO"); in do_recv()
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dudpgso_bench_rx.c34 #ifndef UDP_GRO
35 #define UDP_GRO 104 macro
238 && cmsg->cmsg_type == UDP_GRO) { in recv_msg()
364 if (setsockopt(fd, IPPROTO_UDP, UDP_GRO, &val, sizeof(val))) in do_recv()
365 error(1, errno, "setsockopt UDP_GRO"); in do_recv()
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dudp.h36 #define UDP_GRO 104 /* This socket can receive UDP GRO packets */ macro
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dudp.h36 #define UDP_GRO 104 /* This socket can receive UDP GRO packets */ macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dudp.h33 #define UDP_GRO 104 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dudp.h33 #define UDP_GRO 104 macro
/kernel/linux/linux-5.10/include/linux/
H A Dudp.h130 put_cmsg(msg, SOL_UDP, UDP_GRO, sizeof(gso_size), &gso_size); in udp_cmsg_recv()
/kernel/linux/linux-6.6/include/linux/
H A Dudp.h139 put_cmsg(msg, SOL_UDP, UDP_GRO, sizeof(gso_size), &gso_size); in udp_cmsg_recv()
/kernel/linux/linux-5.10/net/ipv4/
H A Dudp.c2691 case UDP_GRO: in udp_lib_setsockopt()
2786 case UDP_GRO: in udp_lib_getsockopt()
/kernel/linux/linux-6.6/net/ipv4/
H A Dudp.c2715 case UDP_GRO: in udp_lib_setsockopt()
2808 case UDP_GRO: in udp_lib_getsockopt()

Completed in 12 milliseconds