OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:next_ifn_touse
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/netinet/
sctp_pcb.h
304
struct ifnet *
next_ifn_touse
;
member in struct:sctp_inpcb
sctp_output.c
979
if (ifn == inp->
next_ifn_touse
)
1028
if (ifn == inp->
next_ifn_touse
)
1728
if (inp->
next_ifn_touse
== NULL) {
1730
inp->
next_ifn_touse
= IFNET_READER_FIRST();
1733
printf("Start at first IFN:%p\n", inp->
next_ifn_touse
);
1737
inp->
next_ifn_touse
= IFNET_READER_NEXT(inp->
next_ifn_touse
);
1740
printf("Resume at IFN:%p\n", inp->
next_ifn_touse
);
1743
if (inp->
next_ifn_touse
== NULL) {
1750
inp->
next_ifn_touse
= IFNET_READER_FIRST()
[
all
...]
Completed in 50 milliseconds
Indexes created Sat Oct 18 23:09:54 GMT 2025