Searched refs:UDP_GRO (Results 1 – 4 of 4) sorted by relevance
615 #if defined(UDP_GRO) in OsConstants_initConstants()616 initConstant(env, c, "UDP_GRO", UDP_GRO); in OsConstants_initConstants()
783 public static final int UDP_GRO = placeholder(); field in OsConstants
884 Os.setsockoptInt(recvFd, IPPROTO_UDP, UDP_GRO, 1); //enable GRO1485 Os.setsockoptInt(fd, IPPROTO_UDP, UDP_GRO, setValue);
542 field public static final int UDP_GRO;