Home
last modified time | relevance | path

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

/kernel/linux/linux-4.19/net/dccp/ccids/
Dccid2.h70 struct ccid2_hc_tx_sock { struct
71 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
/kernel/linux/linux-5.10/net/dccp/ccids/
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