Home
last modified time | relevance | path

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

/linux/net/core/
H A Ddev.h295 return READ_ONCE(n->gro_flush_timeout); in napi_get_gro_flush_timeout()
308 WRITE_ONCE(n->gro_flush_timeout, timeout); in napi_set_gro_flush_timeout()
324 WRITE_ONCE(netdev->gro_flush_timeout, timeout); in netdev_set_gro_flush_timeout()
329 netdev->napi_config[i].gro_flush_timeout = timeout; in netdev_set_gro_flush_timeout()
H A Dnetdev-genl.c167 unsigned long gro_flush_timeout; in netdev_nl_napi_fill_one() local
209 gro_flush_timeout = napi_get_gro_flush_timeout(napi); in netdev_nl_napi_fill_one()
211 gro_flush_timeout)) in netdev_nl_napi_fill_one()
330 u64 gro_flush_timeout = 0; in netdev_nl_napi_set_config() local
354 gro_flush_timeout = nla_get_uint(info->attrs[NETDEV_A_NAPI_GRO_FLUSH_TIMEOUT]); in netdev_nl_napi_set_config()
355 napi_set_gro_flush_timeout(napi, gro_flush_timeout); in netdev_nl_napi_set_config()
H A Ddev.c7537 n->gro_flush_timeout = n->config->gro_flush_timeout; in napi_restore_config()
7560 n->config->gro_flush_timeout = n->gro_flush_timeout; in napi_save_config()
7644 napi_set_gro_flush_timeout(napi, READ_ONCE(dev->gro_flush_timeout)); in netif_napi_add_weight_locked()
H A Dnet-sysfs.c537 NETDEVICE_SHOW_RW(gro_flush_timeout, fmt_ulong);
/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/include/linux/
H A Dnetdevice.h372 u64 gro_flush_timeout; member
409 unsigned long gro_flush_timeout; member
2568 unsigned long gro_flush_timeout; member