FreeBSD kernel IPv4 code
sctp_sbwake_log Struct Reference

#include <sctp_uio.h>

Data Fields

void * stcb
 
uint16_t send_q
 
uint16_t sent_q
 
uint16_t flight
 
uint16_t wake_cnt
 
uint8_t stream_qcnt
 
uint8_t chunks_on_oque
 
uint8_t sbflags
 
uint8_t sctpflags
 

Detailed Description

Definition at line 868 of file sctp_uio.h.

Field Documentation

◆ chunks_on_oque

uint8_t sctp_sbwake_log::chunks_on_oque

Definition at line 875 of file sctp_uio.h.

Referenced by sctp_wakeup_log().

◆ flight

uint16_t sctp_sbwake_log::flight

Definition at line 872 of file sctp_uio.h.

Referenced by sctp_wakeup_log().

◆ sbflags

uint8_t sctp_sbwake_log::sbflags

Definition at line 876 of file sctp_uio.h.

Referenced by sctp_wakeup_log().

◆ sctpflags

uint8_t sctp_sbwake_log::sctpflags

Definition at line 877 of file sctp_uio.h.

Referenced by sctp_wakeup_log().

◆ send_q

uint16_t sctp_sbwake_log::send_q

Definition at line 870 of file sctp_uio.h.

Referenced by sctp_wakeup_log().

◆ sent_q

uint16_t sctp_sbwake_log::sent_q

Definition at line 871 of file sctp_uio.h.

Referenced by sctp_wakeup_log().

◆ stcb

void* sctp_sbwake_log::stcb

Definition at line 869 of file sctp_uio.h.

Referenced by sctp_wakeup_log().

◆ stream_qcnt

uint8_t sctp_sbwake_log::stream_qcnt

Definition at line 874 of file sctp_uio.h.

Referenced by sctp_wakeup_log().

◆ wake_cnt

uint16_t sctp_sbwake_log::wake_cnt

Definition at line 873 of file sctp_uio.h.

Referenced by sctp_wakeup_log().


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