OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:last_data_chunk_from
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/netinet/
sctp_structs.h
362
struct sctp_nets *
last_data_chunk_from
;
member in struct:sctp_association
sctp_output.c
7671
if (asoc->
last_data_chunk_from
== NULL) {
7710
(asoc->
last_data_chunk_from
->dest_state & SCTP_ADDR_NOT_REACHABLE)
7714
* than asoc->
last_data_chunk_from
7716
if ((!(asoc->
last_data_chunk_from
->dest_state &
7723
a_chk->whoTo = sctp_find_alternate_net(stcb, asoc->
last_data_chunk_from
);
7727
a_chk->whoTo = asoc->
last_data_chunk_from
;
7735
if (asoc->
last_data_chunk_from
== NULL) {
7736
printf("Huh,
last_data_chunk_from
is null when we want to sack??\n");
7740
a_chk->whoTo = asoc->
last_data_chunk_from
;
sctp_pcb.c
2895
if (net == asoc->
last_data_chunk_from
) {
2897
asoc->
last_data_chunk_from
=
sctp_indata.c
2526
asoc->
last_data_chunk_from
= net;
Completed in 25 milliseconds
Indexes created Fri Oct 03 14:09:59 GMT 2025