Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/core/
Dnet-sysfs.c1164 unsigned long trans_timeout; in tx_timeout_show() local
1167 trans_timeout = queue->trans_timeout; in tx_timeout_show()
1170 return sprintf(buf, fmt_ulong, trans_timeout); in tx_timeout_show()
/kernel/linux/linux-5.10/net/sched/
Dsch_generic.c460 txq->trans_timeout++; in dev_watchdog()
/kernel/linux/linux-5.10/include/linux/
Dnetdevice.h609 unsigned long trans_timeout; member
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/
D0008_linux_net.patch426 txq->trans_timeout++;