Searched refs:UDP_GRO (Results 1 – 5 of 5) sorted by relevance
1277 public static final int UDP_GRO; field in OsConstants1278 static { UDP_GRO = 0; }
624 #if defined(UDP_GRO) in OsConstants_initConstants()625 initConstant(env, c, "UDP_GRO", UDP_GRO); in OsConstants_initConstants()
802 public static final int UDP_GRO = placeholder(); field in OsConstants
894 Os.setsockoptInt(recvFd, IPPROTO_UDP, UDP_GRO, 1); //enable GRO1495 Os.setsockoptInt(fd, IPPROTO_UDP, UDP_GRO, setValue);
567 field public static final int UDP_GRO;