Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/
H A Dtest_xsk.sh139 echo 200000 > /sys/class/net/${VETH0}/gro_flush_timeout
141 echo 200000 > /sys/class/net/${VETH1}/gro_flush_timeout
/linux/Documentation/networking/net_cachelines/
H A Dnet_device.rst101 unsigned_long gro_flush_timeout - read_mostly …
/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.
/linux/net/core/
H A Dnet-sysfs.c412 WRITE_ONCE(dev->gro_flush_timeout, val); in change_gro_flush_timeout()
425 NETDEVICE_SHOW_RW(gro_flush_timeout, fmt_ulong);
H A Ddev.c6229 timeout = READ_ONCE(n->dev->gro_flush_timeout); in napi_complete_done()
6234 timeout = READ_ONCE(n->dev->gro_flush_timeout); in napi_complete_done()
6369 timeout = READ_ONCE(napi->dev->gro_flush_timeout); in busy_poll_stop()
11055 dev->gro_flush_timeout = 20000; in netdev_sw_irq_coalesce_default_on()
11993 CACHELINE_ASSERT_GROUP_MEMBER(struct net_device, net_device_read_rx, gro_flush_timeout); in net_dev_struct_check()
/linux/include/linux/
H A Dnetdevice.h2077 unsigned long gro_flush_timeout; member