Searched defs:ccid2_hc_tx_sock (Results 1 – 1 of 1) sorted by relevance
70 struct ccid2_hc_tx_sock { struct71 u32 tx_cwnd;72 u32 tx_ssthresh;73 u32 tx_pipe;74 u32 tx_packets_acked;75 struct ccid2_seq *tx_seqbuf[CCID2_SEQBUF_MAX];76 int tx_seqbufc;77 struct ccid2_seq *tx_seqh;78 struct ccid2_seq *tx_seqt;102 static inline bool ccid2_cwnd_network_limited(struct ccid2_hc_tx_sock *hc) in ccid2_cwnd_network_limited() argument