Home
last modified time | relevance | path

Searched refs:ccid2_seq (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/net/dccp/ccids/
Dccid2.h35 struct ccid2_seq { struct
39 struct ccid2_seq *ccid2s_prev; argument
40 struct ccid2_seq *ccid2s_next; argument
75 struct ccid2_seq *tx_seqbuf[CCID2_SEQBUF_MAX];
77 struct ccid2_seq *tx_seqh;
78 struct ccid2_seq *tx_seqt;
Dccid2.c40 struct ccid2_seq *seqp; in ccid2_hc_tx_alloc_seq()
45 sizeof(struct ccid2_seq *))) in ccid2_hc_tx_alloc_seq()
49 seqp = kmalloc(CCID2_SEQBUF_LEN * sizeof(struct ccid2_seq), gfp_any()); in ccid2_hc_tx_alloc_seq()
237 struct ccid2_seq *next; in ccid2_hc_tx_packet_sent()
334 struct ccid2_seq *seqp = hc->tx_seqt; in ccid2_hc_tx_packet_sent()
426 static void ccid2_new_ack(struct sock *sk, struct ccid2_seq *seqp, in ccid2_new_ack()
472 static void ccid2_congestion_event(struct sock *sk, struct ccid2_seq *seqp) in ccid2_congestion_event()
510 struct ccid2_seq *seqp; in ccid2_hc_tx_packet_recv()
668 struct ccid2_seq *last_acked = seqp; in ccid2_hc_tx_packet_recv()