OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:whoTo
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_timer.c
559
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
...]
sctp_indata.c
185
read_queue_e->whoFrom = chk->
whoTo
;
188
atomic_add_int(&chk->
whoTo
->ref_count, 1);
[
all
...]
sctp_var.h
142
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; \
sctp_output.c
[
all
...]
sctp_input.c
[
all
...]
sctp_structs.h
485
struct sctp_nets *
whoTo
;
[
all
...]
sctp_pcb.c
[
all
...]
sctp_asconf.c
1031
stcb, chk->
whoTo
);
[
all
...]
sctputil.c
751
if ((chk->
whoTo
== lnet) &&
[
all
...]
sctp_usrreq.c
306
chk->
whoTo
->flight_size,
308
(uintptr_t)chk->
whoTo
,
[
all
...]
Completed in 105 milliseconds