OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sctp_inpcb
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/netinet/
sctp_pcb.h
54
LIST_HEAD(sctppcbhead,
sctp_inpcb
);
284
struct
sctp_inpcb
{
struct
294
LIST_ENTRY(
sctp_inpcb
) sctp_list; /* lists all endpoints */
296
LIST_ENTRY(
sctp_inpcb
) sctp_hash;
348
struct
sctp_inpcb
*sctp_ep; /* back pointer to ep */
481
void SCTP_INP_RLOCK(struct
sctp_inpcb
*);
482
void SCTP_INP_WLOCK(struct
sctp_inpcb
*);
663
struct
sctp_inpcb
*sctp_pcb_findep(struct sockaddr *, int, int);
668
struct sctphdr *, struct sctp_chunkhdr *, struct
sctp_inpcb
**,
672
struct sockaddr *, struct
sctp_inpcb
**, struct sctp_nets **, int)
[
all
...]
Completed in 11 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025