OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sinit_max_attempts
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/netinet/
sctp_uio.h
85
u_int16_t
sinit_max_attempts
;
member in struct:sctp_initmsg
sctp_usrreq.c
2310
sinit->
sinit_max_attempts
= inp->sctp_ep.max_init_times;
3023
if (sinit->
sinit_max_attempts
)
3024
inp->sctp_ep.max_init_times = sinit->
sinit_max_attempts
;
sctp_output.c
7321
if (initm.
sinit_max_attempts
)
7322
asoc->max_init_times = initm.
sinit_max_attempts
;
9960
if (initm.
sinit_max_attempts
)
9961
asoc->max_init_times = initm.
sinit_max_attempts
;
Completed in 78 milliseconds
Indexes created Sun Oct 12 09:09:55 GMT 2025