FreeBSD kernel IPv4 code
sctp_cwnd_args Struct Reference

#include <sctp_uio.h>

Collaboration diagram for sctp_cwnd_args:

Data Fields

struct sctp_netsnet
 
uint32_t cwnd_new_value
 
uint32_t pseudo_cumack
 
uint16_t inflight
 
uint16_t cwnd_augment
 
uint8_t meets_pseudo_cumack
 
uint8_t need_new_pseudo_cumack
 
uint8_t cnt_in_send
 
uint8_t cnt_in_str
 

Detailed Description

Definition at line 742 of file sctp_uio.h.

Field Documentation

◆ cnt_in_send

uint8_t sctp_cwnd_args::cnt_in_send

Definition at line 750 of file sctp_uio.h.

Referenced by sctp_log_cwnd(), and sctp_log_maxburst().

◆ cnt_in_str

uint8_t sctp_cwnd_args::cnt_in_str

Definition at line 751 of file sctp_uio.h.

Referenced by sctp_log_cwnd(), and sctp_log_maxburst().

◆ cwnd_augment

uint16_t sctp_cwnd_args::cwnd_augment

Definition at line 747 of file sctp_uio.h.

Referenced by sctp_log_cwnd(), and sctp_log_maxburst().

◆ cwnd_new_value

uint32_t sctp_cwnd_args::cwnd_new_value

Definition at line 744 of file sctp_uio.h.

Referenced by sctp_log_cwnd(), and sctp_log_maxburst().

◆ inflight

uint16_t sctp_cwnd_args::inflight

Definition at line 746 of file sctp_uio.h.

Referenced by sctp_log_cwnd(), and sctp_log_maxburst().

◆ meets_pseudo_cumack

uint8_t sctp_cwnd_args::meets_pseudo_cumack

Definition at line 748 of file sctp_uio.h.

Referenced by sctp_log_cwnd().

◆ need_new_pseudo_cumack

uint8_t sctp_cwnd_args::need_new_pseudo_cumack

Definition at line 749 of file sctp_uio.h.

Referenced by sctp_log_cwnd().

◆ net

struct sctp_nets* sctp_cwnd_args::net

Definition at line 743 of file sctp_uio.h.

Referenced by sctp_log_cwnd(), and sctp_log_maxburst().

◆ pseudo_cumack

uint32_t sctp_cwnd_args::pseudo_cumack

Definition at line 745 of file sctp_uio.h.

Referenced by sctp_log_cwnd().


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