Home
last modified time | relevance | path

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

/netbsd-src/sys/netinet/
H A Dsctp_output.c4929 data_list[i]->snd_count = 1;
5562 chk->snd_count++;
6010 chk->snd_count = 0;
6104 chk->snd_count = 0;
6174 chk->snd_count = 0;
6210 chk->snd_count = 0;
6259 chk->snd_count = 0;
6304 chk->snd_count = 0;
6357 chk->snd_count = 0;
6440 chk->snd_count
[all...]
H A Dsctp_structs.h238 int32_t snd_count; /* number of times I sent */ member
H A Dsctp_timer.c534 sctp_log_fr(chk->rec.data.TSN_seq, chk->snd_count, in sctp_mark_all_for_resend()
1075 if (asconf->snd_count > stcb->asoc.max_send_times) { in sctp_asconf_timer()
H A Dsctp_indata.c2802 if (tp1->snd_count < 2) { in sctp_handle_segments()
3100 sctp_log_fr(tp1->rec.data.TSN_seq, tp1->snd_count, in sctp_strike_gap_ack_chunks()
3670 (tp1->snd_count < 2) ) { in sctp_handle_sack()
3684 if (tp1->snd_count < 2) { in sctp_handle_sack()
H A Dsctp_input.c2474 tp1->snd_count--; in process_chunk_drop()
2512 asconf->snd_count--; in process_chunk_drop()