Searched refs:UDP_GRO (Results 1 – 5 of 5) sorted by relevance
34 #ifndef UDP_GRO35 #define UDP_GRO 104 macro236 && cmsg->cmsg_type == UDP_GRO) { in recv_msg()358 if (setsockopt(fd, IPPROTO_UDP, UDP_GRO, &val, sizeof(val))) in do_recv()
36 #define UDP_GRO 104 /* This socket can receive UDP GRO packets */ macro
321 sockopt_impl!(Both, UdpGroSegment, libc::IPPROTO_UDP, libc::UDP_GRO, bool);
681 (libc::SOL_UDP, libc::UDP_GRO) => { in decode_from()
1576 pub const UDP_GRO: ::c_int = 104; constant