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

/linux-master/include/linux/
H A Dnetdevice.h1886 * @gro_flush_timeout: timeout for GRO layer in NAPI
2091 unsigned long gro_flush_timeout; member in struct:net_device
/linux-master/net/core/
H A Ddev.c6185 timeout = READ_ONCE(n->dev->gro_flush_timeout);
6190 timeout = READ_ONCE(n->dev->gro_flush_timeout);
6323 timeout = READ_ONCE(napi->dev->gro_flush_timeout);
10892 dev->gro_flush_timeout = 20000;
11808 CACHELINE_ASSERT_GROUP_MEMBER(struct net_device, net_device_read_rx, gro_flush_timeout);
H A Dnet-sysfs.c411 WRITE_ONCE(dev->gro_flush_timeout, val);
424 NETDEVICE_SHOW_RW(gro_flush_timeout, fmt_ulong);
/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

Completed in 270 milliseconds