Home
last modified time | relevance | path

Searched refs:mss_too_small (Results 1 – 8 of 8) sorted by relevance

/freebsd-13-stable/sys/dev/iavf/
HDiavf_iflib.h165 u64 mss_too_small; member
HDiavf_txrx_iflib.c280 txr->mss_too_small++; in iavf_tso_setup()
HDif_iavf_iflib.c1993 CTLFLAG_RD, &(txr->mss_too_small), in iavf_add_queues_sysctls()
/freebsd-13-stable/sys/dev/ice/
HDice_common_txrx.h160 txq->stats.mss_too_small++; in ice_tso_setup()
HDice_lib.h433 u64 mss_too_small; member
HDice_lib.c7076 { &txq->stats.mss_too_small, "mss_too_small", "TSO sends with an MSS less than 64" }, in ice_add_txq_sysctls()
/freebsd-13-stable/sys/dev/ixl/
HDixl_txrx.c301 txr->mss_too_small++; in ixl_tso_setup()
951 CTLFLAG_RD, &(txr->mss_too_small), in ixl_vsi_add_queues_stats()
HDixl.h365 u64 mss_too_small; member