Searched refs:ccid3hctx_hist (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/dccp/ccids/
H A Dccid3.h95 * @ccid3hctx_hist - Packet history
116 struct list_head ccid3hctx_hist; member in struct:ccid3_hc_tx_sock
H A Dccid3.c410 dccp_tx_hist_add_entry(&hctx->ccid3hctx_hist, packet);
441 packet = dccp_tx_hist_find_entry(&hctx->ccid3hctx_hist,
523 &hctx->ccid3hctx_hist, packet);
632 INIT_LIST_HEAD(&hctx->ccid3hctx_hist);
652 dccp_tx_hist_purge(ccid3_tx_hist, &hctx->ccid3hctx_hist);

Completed in 46 milliseconds