Home
last modified time | relevance | path

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

/openbmc/linux/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()
/openbmc/linux/include/uapi/linux/
H A Dudp.h36 #define UDP_GRO 104 /* This socket can receive UDP GRO packets */ macro
/openbmc/linux/include/linux/
H A Dudp.h139 put_cmsg(msg, SOL_UDP, UDP_GRO, sizeof(gso_size), &gso_size); in udp_cmsg_recv()