FreeBSD kernel IPv4 code
sctp_cwnd_log Struct Reference

#include <sctp_uio.h>

Collaboration diagram for sctp_cwnd_log:

Data Fields

uint64_t time_event
 
uint8_t from
 
uint8_t event_type
 
uint8_t resv [2]
 
union {
   struct sctp_log_closing   close
 
   struct sctp_blk_args   blk
 
   struct sctp_cwnd_args   cwnd
 
   struct sctp_str_log   strlog
 
   struct sctp_fr_log   fr
 
   struct sctp_fr_map   map
 
   struct sctp_rwnd_log   rwnd
 
   struct sctp_mbcnt_log   mbcnt
 
   struct sctp_sack_log   sack
 
   struct sctp_lock_log   lock
 
   struct sctp_rto_log   rto
 
   struct sctp_sb_log   sb
 
   struct sctp_nagle_log   nagle
 
   struct sctp_sbwake_log   wake
 
   struct sctp_mbuf_log   mb
 
   struct sctp_misc_info   misc
 
x
 

Detailed Description

Definition at line 904 of file sctp_uio.h.

Field Documentation

◆ blk

struct sctp_blk_args sctp_cwnd_log::blk

Definition at line 911 of file sctp_uio.h.

Referenced by sctp_log_block().

◆ close

struct sctp_log_closing sctp_cwnd_log::close

Definition at line 910 of file sctp_uio.h.

Referenced by sctp_log_closing().

◆ cwnd

struct sctp_cwnd_args sctp_cwnd_log::cwnd

Definition at line 912 of file sctp_uio.h.

Referenced by sctp_log_cwnd(), and sctp_log_maxburst().

◆ event_type

uint8_t sctp_cwnd_log::event_type

Definition at line 907 of file sctp_uio.h.

◆ fr

struct sctp_fr_log sctp_cwnd_log::fr

Definition at line 914 of file sctp_uio.h.

Referenced by sctp_log_fr().

◆ from

◆ lock

struct sctp_lock_log sctp_cwnd_log::lock

Definition at line 919 of file sctp_uio.h.

Referenced by sctp_log_lock().

◆ map

struct sctp_fr_map sctp_cwnd_log::map

Definition at line 915 of file sctp_uio.h.

Referenced by sctp_log_map().

◆ mb

struct sctp_mbuf_log sctp_cwnd_log::mb

Definition at line 924 of file sctp_uio.h.

◆ mbcnt

struct sctp_mbcnt_log sctp_cwnd_log::mbcnt

Definition at line 917 of file sctp_uio.h.

◆ misc

◆ nagle

struct sctp_nagle_log sctp_cwnd_log::nagle

Definition at line 922 of file sctp_uio.h.

Referenced by sctp_log_nagle_event().

◆ resv

uint8_t sctp_cwnd_log::resv[2]

Definition at line 908 of file sctp_uio.h.

◆ rto

struct sctp_rto_log sctp_cwnd_log::rto

Definition at line 920 of file sctp_uio.h.

Referenced by rto_logging().

◆ rwnd

struct sctp_rwnd_log sctp_cwnd_log::rwnd

Definition at line 916 of file sctp_uio.h.

Referenced by sctp_log_rwnd(), and sctp_log_rwnd_set().

◆ sack

struct sctp_sack_log sctp_cwnd_log::sack

Definition at line 918 of file sctp_uio.h.

Referenced by sctp_log_sack().

◆ sb

struct sctp_sb_log sctp_cwnd_log::sb

Definition at line 921 of file sctp_uio.h.

Referenced by sctp_sblog().

◆ strlog

struct sctp_str_log sctp_cwnd_log::strlog

Definition at line 913 of file sctp_uio.h.

Referenced by sctp_log_strm_del(), and sctp_log_strm_del_alt().

◆ time_event

uint64_t sctp_cwnd_log::time_event

Definition at line 905 of file sctp_uio.h.

◆ wake

struct sctp_sbwake_log sctp_cwnd_log::wake

Definition at line 923 of file sctp_uio.h.

Referenced by sctp_wakeup_log().

◆ 


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