FreeBSD kernel IPv4 code
sctp_queued_to_read Struct Reference

#include <sctp_structs.h>

Collaboration diagram for sctp_queued_to_read:

Public Member Functions

 TAILQ_ENTRY (sctp_queued_to_read) next
 
 TAILQ_ENTRY (sctp_queued_to_read) next_instrm
 

Data Fields

uint16_t sinfo_stream
 
uint16_t sinfo_flags
 
uint32_t sinfo_ppid
 
uint32_t sinfo_context
 
uint32_t sinfo_timetolive
 
uint32_t sinfo_tsn
 
uint32_t sinfo_cumtsn
 
sctp_assoc_t sinfo_assoc_id
 
uint32_t mid
 
uint32_t length
 
uint32_t held_length
 
uint32_t top_fsn
 
uint32_t fsn_included
 
struct sctp_netswhoFrom
 
struct mbuf * data
 
struct mbuf * tail_mbuf
 
struct mbuf * aux_data
 
struct sctp_tcbstcb
 
struct sctpchunk_listhead reasm
 
uint16_t port_from
 
uint16_t spec_flags
 
uint8_t do_not_ref_stcb
 
uint8_t end_added
 
uint8_t pdapi_aborted
 
uint8_t pdapi_started
 
uint8_t some_taken
 
uint8_t last_frag_seen
 
uint8_t first_frag_seen
 
uint8_t on_read_q
 
uint8_t on_strm_q
 

Detailed Description

Definition at line 449 of file sctp_structs.h.

Member Function Documentation

◆ TAILQ_ENTRY() [1/2]

sctp_queued_to_read::TAILQ_ENTRY ( sctp_queued_to_read  )

◆ TAILQ_ENTRY() [2/2]

sctp_queued_to_read::TAILQ_ENTRY ( sctp_queued_to_read  )

Field Documentation

◆ aux_data

struct mbuf* sctp_queued_to_read::aux_data

Definition at line 469 of file sctp_structs.h.

Referenced by sctp_sorecvmsg().

◆ data

◆ do_not_ref_stcb

◆ end_added

◆ first_frag_seen

◆ fsn_included

◆ held_length

uint32_t sctp_queued_to_read::held_length

◆ last_frag_seen

◆ length

◆ mid

◆ on_read_q

◆ on_strm_q

◆ pdapi_aborted

uint8_t sctp_queued_to_read::pdapi_aborted

◆ pdapi_started

◆ port_from

uint16_t sctp_queued_to_read::port_from

◆ reasm

◆ sinfo_assoc_id

sctp_assoc_t sctp_queued_to_read::sinfo_assoc_id

◆ sinfo_context

uint32_t sctp_queued_to_read::sinfo_context

◆ sinfo_cumtsn

uint32_t sctp_queued_to_read::sinfo_cumtsn

◆ sinfo_flags

◆ sinfo_ppid

◆ sinfo_stream

◆ sinfo_timetolive

uint32_t sctp_queued_to_read::sinfo_timetolive

Definition at line 455 of file sctp_structs.h.

Referenced by sctp_sorecvmsg().

◆ sinfo_tsn

◆ some_taken

uint8_t sctp_queued_to_read::some_taken

Definition at line 481 of file sctp_structs.h.

Referenced by sctp_sorecvmsg().

◆ spec_flags

◆ stcb

◆ tail_mbuf

◆ top_fsn

◆ whoFrom


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