Home
last modified time | relevance | path

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

/Linux-v4.19/net/dccp/ccids/
Dccid3.c532 struct tfrc_tx_info tfrc; in ccid3_hc_tx_getsockopt() local
537 if (len < sizeof(tfrc)) in ccid3_hc_tx_getsockopt()
539 memset(&tfrc, 0, sizeof(tfrc)); in ccid3_hc_tx_getsockopt()
540 tfrc.tfrctx_x = hc->tx_x; in ccid3_hc_tx_getsockopt()
541 tfrc.tfrctx_x_recv = hc->tx_x_recv; in ccid3_hc_tx_getsockopt()
542 tfrc.tfrctx_x_calc = hc->tx_x_calc; in ccid3_hc_tx_getsockopt()
543 tfrc.tfrctx_rtt = hc->tx_rtt; in ccid3_hc_tx_getsockopt()
544 tfrc.tfrctx_p = hc->tx_p; in ccid3_hc_tx_getsockopt()
545 tfrc.tfrctx_rto = hc->tx_t_rto; in ccid3_hc_tx_getsockopt()
546 tfrc.tfrctx_ipi = hc->tx_t_ipi; in ccid3_hc_tx_getsockopt()
[all …]
/Linux-v4.19/sound/soc/fsl/
Dfsl_ssi_dbg.c21 dbg->stats.tfrc++; in fsl_ssi_dbg_isr()
103 SIER_SHOW(TFRC_EN, tfrc); in fsl_ssi_stats_show()
Dfsl_ssi.h277 unsigned int tfrc; member
/Linux-v4.19/net/dccp/
DMakefile12 dccp-$(CONFIG_IP_DCCP_TFRC_LIB) += ccids/lib/tfrc.o \
/Linux-v4.19/Documentation/networking/
Ddccp.txt125 In either case, a TFRC info struct (defined in <linux/tfrc.h>) is returned.
/Linux-v4.19/
DMAINTAINERS4143 F: include/linux/tfrc.h