Home
last modified time | relevance | path

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

/Linux-v4.19/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_array(CCID2_SEQBUF_LEN, sizeof(struct ccid2_seq), in ccid2_hc_tx_alloc_seq()
253 struct ccid2_seq *next; in ccid2_hc_tx_packet_sent()
350 struct ccid2_seq *seqp = hc->tx_seqt; in ccid2_hc_tx_packet_sent()
442 static void ccid2_new_ack(struct sock *sk, struct ccid2_seq *seqp, in ccid2_new_ack()
488 static void ccid2_congestion_event(struct sock *sk, struct ccid2_seq *seqp) in ccid2_congestion_event()
526 struct ccid2_seq *seqp; in ccid2_hc_tx_packet_recv()
684 struct ccid2_seq *last_acked = seqp; in ccid2_hc_tx_packet_recv()