Searched refs:ccid3hctx_state (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.h86 * @ccid3hctx_state - Sender state, one of %ccid3_hc_tx_states
108 enum ccid3_hc_tx_states ccid3hctx_state:8; member in struct:ccid3_hc_tx_sock
H A Dccid3.c75 enum ccid3_hc_tx_states oldstate = hctx->ccid3hctx_state;
81 hctx->ccid3hctx_state = state;
233 ccid3_tx_state_name(hctx->ccid3hctx_state));
237 switch (hctx->ccid3hctx_state) {
246 ccid3_tx_state_name(hctx->ccid3hctx_state),
329 switch (hctx->ccid3hctx_state) {
437 switch (hctx->ccid3hctx_state) {
479 if (hctx->ccid3hctx_state == TFRC_SSTATE_NO_FBACK) {
631 hctx->ccid3hctx_state = TFRC_SSTATE_NO_SENT;

Completed in 108 milliseconds