OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sctp_list
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/netinet/
sctp_pcb.c
150
LIST_FOREACH(inp, &sctppcbinfo.listhead,
sctp_list
) {
178
LIST_FOREACH(inp, &sctppcbinfo.listhead,
sctp_list
) {
1331
n_inp = LIST_NEXT(inp,
sctp_list
);
1426
LIST_INSERT_HEAD(&sctppcbinfo.listhead, inp,
sctp_list
);
2199
inp_save = LIST_NEXT(inp,
sctp_list
);
2200
LIST_REMOVE(inp,
sctp_list
);
3012
it->inp = LIST_NEXT(inp,
sctp_list
);
4615
LIST_FOREACH(inp, &sctppcbinfo.listhead,
sctp_list
) {
sctp_pcb.h
294
LIST_ENTRY(sctp_inpcb)
sctp_list
; /* lists all endpoints */
member in struct:sctp_inpcb
sctp_timer.c
1470
it->inp = LIST_NEXT(it->inp,
sctp_list
);
1529
it->inp = LIST_NEXT(it->inp,
sctp_list
);
sctp_asconf.c
1944
LIST_FOREACH(inp, &sctppcbinfo.listhead,
sctp_list
) {
1995
LIST_FOREACH(inp, &sctppcbinfo.listhead,
sctp_list
) {
2087
LIST_FOREACH(inp, &sctppcbinfo.listhead,
sctp_list
) {
Completed in 20 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026