tx_mdev 367 net/dccp/ccids/ccid2.c hc->tx_mdev = m << 1; tx_mdev 369 net/dccp/ccids/ccid2.c hc->tx_mdev_max = max(hc->tx_mdev, tcp_rto_min(sk)); tx_mdev 381 net/dccp/ccids/ccid2.c m -= (hc->tx_mdev >> 2); tx_mdev 390 net/dccp/ccids/ccid2.c m -= (hc->tx_mdev >> 2); tx_mdev 392 net/dccp/ccids/ccid2.c hc->tx_mdev += m; tx_mdev 394 net/dccp/ccids/ccid2.c if (hc->tx_mdev > hc->tx_mdev_max) { tx_mdev 395 net/dccp/ccids/ccid2.c hc->tx_mdev_max = hc->tx_mdev; tx_mdev 69 net/dccp/ccids/ccid2.h tx_mdev,