Searched defs:ccid2_hc_tx_sock (Results 1 – 2 of 2) 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;103 static inline bool ccid2_cwnd_network_limited(struct ccid2_hc_tx_sock *hc) in ccid2_cwnd_network_limited() argument
57 struct ccid2_hc_tx_sock { struct58 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