Home
last modified time | relevance | path

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

/openbmc/linux/net/smc/
H A Dsmc_tx.c148 int corking_size; in smc_should_autocork() local
150 corking_size = min_t(unsigned int, conn->sndbuf_desc->len >> 1, in smc_should_autocork()
154 smc_tx_prepared_sends(conn) > corking_size) in smc_should_autocork()