alistair23-linux/net/dccp/ccids
Arnaldo Carvalho de Melo ac198ea8d9 [DCCP]: Make ccid3_hc_tx_update_x get a timestamp if needed
The code was too complicated, if p > 0 in ccid3_hc_tx_no_feedback_timer the
timestamp was being obtained to be passed to ccid3_hc_tx_update_x, where only
if p > 0 the timestamp was needed, so just leave it to ccid3_hc_tx_update_x to
obtain the timestamp if needed.

This will help in the upcoming changesets where we'll convert t_ld to ktime_t.
We'll eventually try to reuse ktime_get_real() calls again.

Signed-off-by: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
2007-10-10 16:48:10 -07:00
..
lib mm: Remove slab destructors from kmem_cache_create(). 2007-07-20 10:11:58 +09:00
ccid2.c [DCCP]: Allocation in atomic context 2007-08-21 20:58:06 -07:00
ccid2.h [DCCP] ccid2: Allow window to grow larger 2006-12-02 21:30:34 -08:00
ccid3.c [DCCP]: Make ccid3_hc_tx_update_x get a timestamp if needed 2007-10-10 16:48:10 -07:00
ccid3.h [CCID3]: Sending time: update to ktime_t 2007-07-10 22:15:27 -07:00
Kconfig [DCCP]: Use higher RTO default for CCID3 2006-12-03 14:50:23 -02:00
Makefile