webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
sctp_tcb Struct Reference

#include <sctp_pcb.h>

Public Member Functions

 LIST_ENTRY (sctp_tcb) sctp_tcbhash
 
 LIST_ENTRY (sctp_tcb) sctp_tcblist
 
 LIST_ENTRY (sctp_tcb) sctp_tcbasocidhash
 
 LIST_ENTRY (sctp_tcb) sctp_asocs
 

Public Attributes

struct socketsctp_socket
 
struct sctp_inpcbsctp_ep
 
struct sctp_block_entryblock_entry
 
struct sctp_association asoc
 
uint32_t freed_by_sorcv_sincelast
 
uint32_t total_sends
 
uint32_t total_recvs
 
int freed_from_where
 
uint16_t rport
 
uint16_t resv
 

Member Function Documentation

◆ LIST_ENTRY() [1/4]

sctp_tcb::LIST_ENTRY ( sctp_tcb  )

◆ LIST_ENTRY() [2/4]

sctp_tcb::LIST_ENTRY ( sctp_tcb  )

◆ LIST_ENTRY() [3/4]

sctp_tcb::LIST_ENTRY ( sctp_tcb  )

◆ LIST_ENTRY() [4/4]

sctp_tcb::LIST_ENTRY ( sctp_tcb  )

Member Data Documentation

◆ asoc

struct sctp_association sctp_tcb::asoc

◆ block_entry

struct sctp_block_entry* sctp_tcb::block_entry

◆ freed_by_sorcv_sincelast

uint32_t sctp_tcb::freed_by_sorcv_sincelast

◆ freed_from_where

int sctp_tcb::freed_from_where

◆ resv

uint16_t sctp_tcb::resv

◆ rport

uint16_t sctp_tcb::rport

◆ sctp_ep

struct sctp_inpcb* sctp_tcb::sctp_ep

◆ sctp_socket

struct socket* sctp_tcb::sctp_socket

◆ total_recvs

uint32_t sctp_tcb::total_recvs

◆ total_sends

uint32_t sctp_tcb::total_sends

The documentation for this struct was generated from the following file: