Searched refs:gro_flush_timeout (Results 1 – 4 of 4) sorted by relevance
128 echo 200000 > /sys/class/net/${VETH0}/gro_flush_timeout130 echo 200000 > /sys/class/net/${VETH1}/gro_flush_timeout
393 WRITE_ONCE(dev->gro_flush_timeout, val); in change_gro_flush_timeout()406 NETDEVICE_SHOW_RW(gro_flush_timeout, fmt_ulong);
6047 timeout = READ_ONCE(n->dev->gro_flush_timeout); in napi_complete_done()6052 timeout = READ_ONCE(n->dev->gro_flush_timeout); in napi_complete_done()6159 timeout = READ_ONCE(napi->dev->gro_flush_timeout); in busy_poll_stop()
2183 unsigned long gro_flush_timeout; member