Home
last modified time | relevance | path

Searched refs:sysctl_txq_reselection (Results 1 – 4 of 4) sorted by relevance

/linux/include/net/netns/
H A Dcore.h16 int sysctl_txq_reselection; member
/linux/net/core/
H A Dsysctl_net_core.c686 .data = &init_net.core.sysctl_txq_reselection,
H A Dnet_namespace.c398 net->core.sysctl_txq_reselection = msecs_to_jiffies(1000); in preinit_net_sysctl()
H A Ddev.c4676 resel = READ_ONCE(sock_net(sk)->core.sysctl_txq_reselection); in sk_tx_queue_get()