OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:asconf_queue
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/netinet/
sctp_asconf.c
916
for (aa=TAILQ_FIRST(&stcb->asoc.
asconf_queue
); aa!=NULL; aa=aa_next) {
939
TAILQ_REMOVE(&stcb->asoc.
asconf_queue
, aa, next);
1014
TAILQ_INSERT_HEAD(&stcb->asoc.
asconf_queue
, aa, next);
1022
TAILQ_INSERT_TAIL(&stcb->asoc.
asconf_queue
, aa, next);
1063
for (aa = TAILQ_FIRST(&stcb->asoc.
asconf_queue
); aa != NULL;
1087
TAILQ_REMOVE(&stcb->asoc.
asconf_queue
, aa, next);
1101
TAILQ_REMOVE(&stcb->asoc.
asconf_queue
, aa, next);
1161
TAILQ_INSERT_HEAD(&stcb->asoc.
asconf_queue
, aa, next);
1169
TAILQ_INSERT_TAIL(&stcb->asoc.
asconf_queue
, aa, next);
1192
TAILQ_FOREACH(aa, &stcb->asoc.
asconf_queue
, next)
[
all
...]
sctp_structs.h
293
struct sctp_asconf_addrhead
asconf_queue
;
member in struct:sctp_association
sctp_pcb.c
3288
while (!TAILQ_EMPTY(&asoc->
asconf_queue
)) {
3289
aparam = TAILQ_FIRST(&asoc->
asconf_queue
);
3290
TAILQ_REMOVE(&asoc->
asconf_queue
, aparam, next);
sctp_input.c
2197
(!TAILQ_EMPTY(&stcb->asoc.
asconf_queue
))) {
sctputil.c
796
TAILQ_INIT(&asoc->
asconf_queue
);
Completed in 22 milliseconds
Indexes created Mon Oct 13 08:09:50 GMT 2025