HomeSort by: relevance | last modified time | path
    Searched defs:sctp_tcb (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet/
sctp_pcb.h 55 LIST_HEAD(sctpasochead, sctp_tcb);
280 struct sctp_tcb *tcb;
346 struct sctp_tcb { struct
349 LIST_ENTRY(sctp_tcb) sctp_tcbhash; /* next link in hash table */
350 LIST_ENTRY(sctp_tcb) sctp_tcblist; /* list of all of the TCB's */
351 LIST_ENTRY(sctp_tcb) sctp_asocs;
459 struct sctp_tcb *xx_stcb; \
470 struct sctp_tcb *xx_stcb; \
661 struct sctp_nets *sctp_findnet(struct sctp_tcb *, struct sockaddr *);
667 struct sctp_tcb *sctp_findassociation_addr(struct mbuf *, int, int
    [all...]
sctp_pcb.h 55 LIST_HEAD(sctpasochead, sctp_tcb);
280 struct sctp_tcb *tcb;
346 struct sctp_tcb { struct
349 LIST_ENTRY(sctp_tcb) sctp_tcbhash; /* next link in hash table */
350 LIST_ENTRY(sctp_tcb) sctp_tcblist; /* list of all of the TCB's */
351 LIST_ENTRY(sctp_tcb) sctp_asocs;
459 struct sctp_tcb *xx_stcb; \
470 struct sctp_tcb *xx_stcb; \
661 struct sctp_nets *sctp_findnet(struct sctp_tcb *, struct sockaddr *);
667 struct sctp_tcb *sctp_findassociation_addr(struct mbuf *, int, int
    [all...]

Completed in 212 milliseconds