Searched defs:sctp_tcb (Results 1 – 1 of 1) sorted by relevance
597 struct sctp_tcb { struct600 LIST_ENTRY(sctp_tcb) sctp_tcbhash; /* next link in hash argument608 struct sctp_block_entry *block_entry; /* pointer locked by socket610 struct sctp_association asoc;616 uint32_t freed_by_sorcv_sincelast;617 uint32_t total_sends;618 uint32_t total_recvs;619 int freed_from_where;620 uint16_t rport; /* remote port in network format */621 uint16_t resv;[all …]