Home
last modified time | relevance | path

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

/Linux-v5.15/net/core/
Dnet-sysfs.c371 WRITE_ONCE(dev->gro_flush_timeout, val); in change_gro_flush_timeout()
384 NETDEVICE_SHOW_RW(gro_flush_timeout, fmt_ulong);
Ddev.c6552 timeout = READ_ONCE(n->dev->gro_flush_timeout); in napi_complete_done()
6557 timeout = READ_ONCE(n->dev->gro_flush_timeout); in napi_complete_done()
6664 timeout = READ_ONCE(napi->dev->gro_flush_timeout); in busy_poll_stop()
/Linux-v5.15/include/linux/
Dnetdevice.h2127 unsigned long gro_flush_timeout; member