Searched refs:ccid3hcrx_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.h139 * @ccid3hcrx_hist - Packet history
157 struct list_head ccid3hcrx_hist; member in struct:ccid3_hc_rx_sock
H A Dccid3.c762 packet = dccp_rx_hist_find_data_packet(&hcrx->ccid3hcrx_hist);
837 list_for_each_entry_safe(entry, next, &hcrx->ccid3hcrx_hist,
973 dccp_rx_hist_head(&hcrx->ccid3hcrx_hist);
999 while (dccp_rx_hist_find_entry(&hcrx->ccid3hcrx_hist,
1014 dccp_rx_hist_add_packet(ccid3_rx_hist, &hcrx->ccid3hcrx_hist,
1131 INIT_LIST_HEAD(&hcrx->ccid3hcrx_hist);
1149 dccp_rx_hist_purge(ccid3_rx_hist, &hcrx->ccid3hcrx_hist);

Completed in 53 milliseconds