Home
last modified time | relevance | path

Searched refs:gro_flush_timeout (Results 1 – 4 of 4) 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.rst104 unsigned_long gro_flush_timeout read_mostly …
190 unsigned_long gro_flush_timeout
/linux/include/linux/
H A Dnetdevice.h368 u64 gro_flush_timeout; member
405 unsigned long gro_flush_timeout; member
2509 unsigned long gro_flush_timeout; member
/linux/net/core/
H A Ddev.c7431 n->gro_flush_timeout = n->config->gro_flush_timeout; in napi_restore_config()
7454 n->config->gro_flush_timeout = n->gro_flush_timeout; in napi_save_config()
7538 napi_set_gro_flush_timeout(napi, READ_ONCE(dev->gro_flush_timeout)); in netif_napi_add_weight_locked()