OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sctp_tcbhash
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/netinet/
sctp_pcb.c
564
head = &inp->
sctp_tcbhash
[SCTP_PCBHASH_ALLADDR(rport,
569
LIST_FOREACH(stcb, head,
sctp_tcbhash
) {
1406
inp->
sctp_tcbhash
= SCTP_ZONE_GET(sctppcbinfo.ipi_zone_hash);
1407
if (inp->
sctp_tcbhash
== NULL) {
1414
LIST_INIT(&inp->
sctp_tcbhash
[i]);
1516
LIST_REMOVE(stcb,
sctp_tcbhash
);
1535
if (new_inp->
sctp_tcbhash
!= NULL) {
1537
new_inp->
sctp_tcbhash
);
1538
new_inp->
sctp_tcbhash
= NULL;
2231
if (inp->
sctp_tcbhash
!= NULL)
[
all
...]
sctp_pcb.h
310
struct sctpasochead *
sctp_tcbhash
;
member in struct:sctp_inpcb
349
LIST_ENTRY(sctp_tcb)
sctp_tcbhash
; /* next link in hash table */
Completed in 16 milliseconds
Indexes created Sun Oct 12 22:09:51 GMT 2025