Home
last modified time | relevance | path

Searched refs:gro_flush_timeout (Results 1 – 5 of 5) sorted by relevance

/linux-6.6.21/tools/testing/selftests/bpf/
Dtest_xsk.sh123 echo 200000 > /sys/class/net/${VETH0}/gro_flush_timeout
125 echo 200000 > /sys/class/net/${VETH1}/gro_flush_timeout
/linux-6.6.21/Documentation/networking/
Dnapi.rst191 The ``gro_flush_timeout`` sysfs configuration of the netdevice
226 if ``gro_flush_timeout`` passes without any busy poll call.
/linux-6.6.21/net/core/
Dnet-sysfs.c394 WRITE_ONCE(dev->gro_flush_timeout, val); in change_gro_flush_timeout()
407 NETDEVICE_SHOW_RW(gro_flush_timeout, fmt_ulong);
Ddev.c6112 timeout = READ_ONCE(n->dev->gro_flush_timeout); in napi_complete_done()
6117 timeout = READ_ONCE(n->dev->gro_flush_timeout); in napi_complete_done()
6224 timeout = READ_ONCE(napi->dev->gro_flush_timeout); in busy_poll_stop()
10712 dev->gro_flush_timeout = 20000; in netdev_sw_irq_coalesce_default_on()
/linux-6.6.21/include/linux/
Dnetdevice.h2246 unsigned long gro_flush_timeout; member