Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_pcb.h441 struct sctp_tcb { struct
444 LIST_ENTRY(sctp_tcb) sctp_tcbhash; /* next link in hash argument
451 struct sctp_block_entry *block_entry; /* pointer locked by socket
453 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 …]