Home
last modified time | relevance | path

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

/openbmc/linux/net/dccp/ccids/
H A Dccid2.h22 struct ccid2_seq { struct
26 struct ccid2_seq *ccid2s_prev; argument
27 struct ccid2_seq *ccid2s_next; argument
62 struct ccid2_seq *tx_seqbuf[CCID2_SEQBUF_MAX];
64 struct ccid2_seq *tx_seqh;
65 struct ccid2_seq *tx_seqt;
H A Dccid2.c27 struct ccid2_seq *seqp; in ccid2_hc_tx_alloc_seq()
32 sizeof(struct ccid2_seq *))) in ccid2_hc_tx_alloc_seq()
36 seqp = kmalloc_array(CCID2_SEQBUF_LEN, sizeof(struct ccid2_seq), in ccid2_hc_tx_alloc_seq()
243 struct ccid2_seq *next; in ccid2_hc_tx_packet_sent()
340 struct ccid2_seq *seqp = hc->tx_seqt; in ccid2_hc_tx_packet_sent()
434 static void ccid2_new_ack(struct sock *sk, struct ccid2_seq *seqp, in ccid2_new_ack()
480 static void ccid2_congestion_event(struct sock *sk, struct ccid2_seq *seqp) in ccid2_congestion_event()
518 struct ccid2_seq *seqp; in ccid2_hc_tx_packet_recv()
676 struct ccid2_seq *last_acked = seqp; in ccid2_hc_tx_packet_recv()