Searched defs:sctp_tcb (Results 1 – 1 of 1) sorted by relevance
441 struct sctp_tcb { struct444 LIST_ENTRY(sctp_tcb) sctp_tcbhash; /* next link in hash argument451 struct sctp_block_entry *block_entry; /* pointer locked by socket453 struct sctp_association asoc;459 uint32_t freed_by_sorcv_sincelast;460 uint32_t total_sends;461 uint32_t total_recvs;462 int freed_from_where;463 uint16_t rport; /* remote port in network format */464 uint16_t resv;[all …]