Searched defs:sctp_tcb (Results 1 – 1 of 1) sorted by relevance
444 struct sctp_tcb { struct447 LIST_ENTRY(sctp_tcb) sctp_tcbhash; /* next link in hash argument456 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 …]