Home
last modified time | relevance | path

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

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
Dsctp_timer.c559 if ((chk->whoTo == net) && (chk->sent < SCTP_DATAGRAM_ACKED)) {
648 chk->whoTo->cwnd -= chk->book_size;
655 chk->whoTo->flight_size,
657 (uintptr_t)chk->whoTo,
673 if (chk->whoTo->rto_needed == 0) {
674 chk->whoTo->rto_needed = 1;
679 sctp_free_remote_addr(chk->whoTo);
681 chk->whoTo = alt;
737 if ((chk->whoTo == net) &&
739 sctp_free_remote_addr(chk->whoTo);
[all …]
Dsctp_indata.c185 read_queue_e->whoFrom = chk->whoTo; in sctp_build_readq_entry_chk()
188 atomic_add_int(&chk->whoTo->ref_count, 1); in sctp_build_readq_entry_chk()
1685 chk->whoTo = net; in sctp_process_a_data_chunk()
2628 if ((tp1->whoTo->find_pseudo_cumack == 1) && (tp1->sent < SCTP_DATAGRAM_RESEND) && in sctp_process_segment_range()
2630 tp1->whoTo->pseudo_cumack = tp1->rec.data.TSN_seq; in sctp_process_segment_range()
2631 tp1->whoTo->find_pseudo_cumack = 0; in sctp_process_segment_range()
2633 if ((tp1->whoTo->find_rtx_pseudo_cumack == 1) && (tp1->sent < SCTP_DATAGRAM_RESEND) && in sctp_process_segment_range()
2635 tp1->whoTo->rtx_pseudo_cumack = tp1->rec.data.TSN_seq; in sctp_process_segment_range()
2636 tp1->whoTo->find_rtx_pseudo_cumack = 0; in sctp_process_segment_range()
2664 tp1->whoTo->saw_newack = 1; in sctp_process_segment_range()
[all …]
Dsctp_var.h142 if ((_chk)->whoTo) { \
143 sctp_free_remote_addr((_chk)->whoTo); \
144 (_chk)->whoTo = NULL; \
166 (_chk)->whoTo = NULL; \
319 if (tp1->whoTo->flight_size >= tp1->book_size) \
320 tp1->whoTo->flight_size -= tp1->book_size; \
322 tp1->whoTo->flight_size = 0; \
326 (tp1)->whoTo->flight_size += (tp1)->book_size; \
Dsctp_output.c7393 if (data_list[i]->whoTo == NULL) {
7394 data_list[i]->whoTo = net;
7436 data_list[i]->whoTo->flight_size,
7438 (uintptr_t)data_list[i]->whoTo,
7951 chk->whoTo = sp->net;
7952 atomic_add_int(&chk->whoTo->ref_count, 1);
7954 chk->whoTo = NULL;
8192 if (chk->whoTo == net) {
8193 sctp_free_remote_addr(chk->whoTo);
8194 chk->whoTo = NULL;
[all …]
Dsctp_input.c3122 sctp_timer_start(SCTP_TIMER_TYPE_SEND, stcb->sctp_ep, stcb, chk->whoTo);
3163 net = lchk->whoTo;
3264 if ((override == 0) && (chk->whoTo != net)) {
3417 if (tp1->whoTo->rto_needed == 0) {
3418 tp1->whoTo->rto_needed = 1;
3443 stcb, tp1->whoTo, SCTP_FROM_SCTP_INPUT+SCTP_LOC_24);
3445 stcb, tp1->whoTo);
3450 tp1->whoTo->flight_size,
3685 …sctp_timer_stop(SCTP_TIMER_TYPE_STRRESET, stcb->sctp_ep, stcb, chk->whoTo, SCTP_FROM_SCTP_INPUT+SC…
3875 sctp_timer_start(SCTP_TIMER_TYPE_STRRESET, stcb->sctp_ep, stcb, chk->whoTo);
[all …]
Dsctp_structs.h485 struct sctp_nets *whoTo; member
Dsctp_pcb.c5785 if (chk->whoTo) {
5786 sctp_free_remote_addr(chk->whoTo);
5787 chk->whoTo = NULL;
5818 sctp_free_remote_addr(chk->whoTo);
5839 sctp_free_remote_addr(chk->whoTo);
5853 sctp_free_remote_addr(chk->whoTo);
5866 sctp_free_remote_addr(chk->whoTo);
Dsctp_asconf.c1031 stcb, chk->whoTo); in sctp_assoc_immediate_retrans()
1052 if (chk->whoTo == net) { in sctp_net_immediate_retrans()
Dsctputil.c751 if ((chk->whoTo == lnet) && in sctp_auditing()
1713 chk->whoTo); in sctp_timeout_handler()
5327 chk->whoTo = sp->net;
5329 chk->whoTo = stcb->asoc.primary_destination;
5330 atomic_add_int(&chk->whoTo->ref_count, 1);
Dsctp_usrreq.c306 chk->whoTo->flight_size, in sctp_pathmtu_adjustment()
308 (uintptr_t)chk->whoTo, in sctp_pathmtu_adjustment()