Home
last modified time | relevance | path

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

/linux/net/sctp/
H A Doutqueue.c54 int count_of_newacks);
96 * D) If count_of_newacks is greater than or equal to 2
102 int count_of_newacks) in sctp_cacc_skip_3_1_d() argument
104 if (count_of_newacks >= 2 && transport != primary) in sctp_cacc_skip_3_1_d()
111 * F) If count_of_newacks is less than 2, let d be the
117 int count_of_newacks) in sctp_cacc_skip_3_1_f() argument
119 if (count_of_newacks < 2 && in sctp_cacc_skip_3_1_f()
134 int count_of_newacks) in sctp_cacc_skip_3_1() argument
137 if (sctp_cacc_skip_3_1_d(primary, transport, count_of_newacks)) in sctp_cacc_skip_3_1()
139 if (sctp_cacc_skip_3_1_f(transport, count_of_newacks)) in sctp_cacc_skip_3_1()
177 sctp_cacc_skip(struct sctp_transport * primary,struct sctp_transport * transport,int count_of_newacks,__u32 tsn) sctp_cacc_skip() argument
1260 int count_of_newacks = 0; sctp_outq_sack() local
1712 sctp_mark_missing(struct sctp_outq * q,struct list_head * transmitted_queue,struct sctp_transport * transport,__u32 highest_new_tsn_in_sack,int count_of_newacks) sctp_mark_missing() argument
[all...]