Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_xsk.sh123 echo 200000 > /sys/class/net/${VETH0}/gro_flush_timeout
125 echo 200000 > /sys/class/net/${VETH1}/gro_flush_timeout
/openbmc/linux/Documentation/networking/
H A Dnapi.rst191 The ``gro_flush_timeout`` sysfs configuration of the netdevice
226 if ``gro_flush_timeout`` passes without any busy poll call.
/openbmc/linux/net/core/
H A Dnet-sysfs.c392 WRITE_ONCE(dev->gro_flush_timeout, val); in change_gro_flush_timeout()
405 NETDEVICE_SHOW_RW(gro_flush_timeout, fmt_ulong);
H A 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()
10716 dev->gro_flush_timeout = 20000; in netdev_sw_irq_coalesce_default_on()
/openbmc/linux/include/linux/
H A Dnetdevice.h2246 unsigned long gro_flush_timeout; member