tx_mdev_max       369 net/dccp/ccids/ccid2.c 		hc->tx_mdev_max = max(hc->tx_mdev, tcp_rto_min(sk));
tx_mdev_max       370 net/dccp/ccids/ccid2.c 		hc->tx_rttvar   = hc->tx_mdev_max;
tx_mdev_max       394 net/dccp/ccids/ccid2.c 		if (hc->tx_mdev > hc->tx_mdev_max) {
tx_mdev_max       395 net/dccp/ccids/ccid2.c 			hc->tx_mdev_max = hc->tx_mdev;
tx_mdev_max       396 net/dccp/ccids/ccid2.c 			if (hc->tx_mdev_max > hc->tx_rttvar)
tx_mdev_max       397 net/dccp/ccids/ccid2.c 				hc->tx_rttvar = hc->tx_mdev_max;
tx_mdev_max       408 net/dccp/ccids/ccid2.c 			if (hc->tx_mdev_max < hc->tx_rttvar)
tx_mdev_max       410 net/dccp/ccids/ccid2.c 						  hc->tx_mdev_max) >> 2;
tx_mdev_max       412 net/dccp/ccids/ccid2.c 			hc->tx_mdev_max = tcp_rto_min(sk);
tx_mdev_max        70 net/dccp/ccids/ccid2.h 				tx_mdev_max,