Home
last modified time | relevance | path

Searched defs:sctp_tcb (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/netinet/
H A Dsctp_pcb.h444 struct sctp_tcb { struct
447 LIST_ENTRY(sctp_tcb) sctp_tcbhash; /* next link in hash argument
456 struct sctp_association asoc;
462 uint32_t freed_by_sorcv_sincelast;
463 uint32_t total_sends;
464 uint32_t total_recvs;
465 int freed_from_where;
466 uint16_t rport; /* remote port in network format */
467 uint16_t resv;
468 struct mtx tcb_mtx;
[all …]