Home
last modified time | relevance | path

Searched defs:ccid2_hc_tx_sock (Results 1 – 1 of 1) sorted by relevance

/linux/net/dccp/ccids/
A Dccid2.h57 struct ccid2_hc_tx_sock { struct
58 u32 tx_cwnd;
59 u32 tx_ssthresh;
60 u32 tx_pipe;
61 u32 tx_packets_acked;
62 struct ccid2_seq *tx_seqbuf[CCID2_SEQBUF_MAX];
63 int tx_seqbufc;
64 struct ccid2_seq *tx_seqh;
65 struct ccid2_seq *tx_seqt;
90 static inline bool ccid2_cwnd_network_limited(struct ccid2_hc_tx_sock *hc) in ccid2_cwnd_network_limited() argument

Completed in 2 milliseconds