Searched refs:gro_flush_timeout (Results 1 - 4 of 4) sorted by relevance

/linux-master/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-master/net/core/
H A Dnet-sysfs.c411 WRITE_ONCE(dev->gro_flush_timeout, val);
424 NETDEVICE_SHOW_RW(gro_flush_timeout, fmt_ulong);
H A Ddev.c6102 timeout = READ_ONCE(n->dev->gro_flush_timeout);
6107 timeout = READ_ONCE(n->dev->gro_flush_timeout);
6240 timeout = READ_ONCE(napi->dev->gro_flush_timeout);
10793 dev->gro_flush_timeout = 20000;
11689 CACHELINE_ASSERT_GROUP_MEMBER(struct net_device, net_device_read_rx, gro_flush_timeout);
/linux-master/include/linux/
H A Dnetdevice.h1885 * @gro_flush_timeout: timeout for GRO layer in NAPI
2089 unsigned long gro_flush_timeout; member in struct:net_device

Completed in 171 milliseconds