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

#include <sctp_structs.h>

Classes

union  cc_control_data
 

Public Member Functions

 TAILQ_ENTRY (sctp_nets) sctp_next
 

Public Attributes

struct sctp_timer pmtu_timer
 
struct sctp_timer hb_timer
 
struct sctp_net_route ro
 
uint32_t mtu
 
uint32_t ssthresh
 
uint32_t last_cwr_tsn
 
uint32_t cwr_window_tsn
 
uint32_t ecn_ce_pkt_cnt
 
uint32_t lost_cnt
 
int lastsa
 
int lastsv
 
uint64_t rtt
 
unsigned int RTO
 
struct sctp_timer rxt_timer
 
struct timeval last_sent_time
 
union sctp_nets::cc_control_data cc_mod
 
int ref_count
 
uint32_t flight_size
 
uint32_t cwnd
 
uint32_t prev_cwnd
 
uint32_t ecn_prev_cwnd
 
uint32_t partial_bytes_acked
 
unsigned int net_ack
 
unsigned int net_ack2
 
uint32_t last_active
 
uint32_t this_sack_highest_newack
 
uint32_t pseudo_cumack
 
uint32_t rtx_pseudo_cumack
 
uint32_t fast_recovery_tsn
 
uint32_t heartbeat_random1
 
uint32_t heartbeat_random2
 
uint8_t dscp
 
struct timeval start_time
 
uint32_t marked_retrans
 
uint32_t marked_fastretrans
 
uint32_t heart_beat_delay
 
uint16_t dest_state
 
uint16_t failure_threshold
 
uint16_t pf_threshold
 
uint16_t error_count
 
uint16_t port
 
uint8_t fast_retran_loss_recovery
 
uint8_t will_exit_fast_recovery
 
uint8_t fast_retran_ip
 
uint8_t hb_responded
 
uint8_t saw_newack
 
uint8_t src_addr_selected
 
uint8_t indx_of_eligible_next_to_use
 
uint8_t addr_is_local
 
uint8_t find_pseudo_cumack
 
uint8_t find_rtx_pseudo_cumack
 
uint8_t new_pseudo_cumack
 
uint8_t window_probe
 
uint8_t RTO_measured
 
uint8_t last_hs_used
 
uint8_t lan_type
 
uint8_t rto_needed
 

Member Function Documentation

◆ TAILQ_ENTRY()

sctp_nets::TAILQ_ENTRY ( sctp_nets  )

Member Data Documentation

◆ addr_is_local

uint8_t sctp_nets::addr_is_local

◆ cc_mod

union sctp_nets::cc_control_data sctp_nets::cc_mod

◆ cwnd

uint32_t sctp_nets::cwnd

◆ cwr_window_tsn

uint32_t sctp_nets::cwr_window_tsn

◆ dest_state

uint16_t sctp_nets::dest_state

◆ dscp

uint8_t sctp_nets::dscp

◆ ecn_ce_pkt_cnt

uint32_t sctp_nets::ecn_ce_pkt_cnt

◆ ecn_prev_cwnd

uint32_t sctp_nets::ecn_prev_cwnd

◆ error_count

uint16_t sctp_nets::error_count

◆ failure_threshold

uint16_t sctp_nets::failure_threshold

◆ fast_recovery_tsn

uint32_t sctp_nets::fast_recovery_tsn

◆ fast_retran_ip

uint8_t sctp_nets::fast_retran_ip

◆ fast_retran_loss_recovery

uint8_t sctp_nets::fast_retran_loss_recovery

◆ find_pseudo_cumack

uint8_t sctp_nets::find_pseudo_cumack

◆ find_rtx_pseudo_cumack

uint8_t sctp_nets::find_rtx_pseudo_cumack

◆ flight_size

uint32_t sctp_nets::flight_size

◆ hb_responded

uint8_t sctp_nets::hb_responded

◆ hb_timer

struct sctp_timer sctp_nets::hb_timer

◆ heart_beat_delay

uint32_t sctp_nets::heart_beat_delay

◆ heartbeat_random1

uint32_t sctp_nets::heartbeat_random1

◆ heartbeat_random2

uint32_t sctp_nets::heartbeat_random2

◆ indx_of_eligible_next_to_use

uint8_t sctp_nets::indx_of_eligible_next_to_use

◆ lan_type

uint8_t sctp_nets::lan_type

◆ last_active

uint32_t sctp_nets::last_active

◆ last_cwr_tsn

uint32_t sctp_nets::last_cwr_tsn

◆ last_hs_used

uint8_t sctp_nets::last_hs_used

◆ last_sent_time

struct timeval sctp_nets::last_sent_time

◆ lastsa

int sctp_nets::lastsa

◆ lastsv

int sctp_nets::lastsv

◆ lost_cnt

uint32_t sctp_nets::lost_cnt

◆ marked_fastretrans

uint32_t sctp_nets::marked_fastretrans

◆ marked_retrans

uint32_t sctp_nets::marked_retrans

◆ mtu

uint32_t sctp_nets::mtu

◆ net_ack

unsigned int sctp_nets::net_ack

◆ net_ack2

unsigned int sctp_nets::net_ack2

◆ new_pseudo_cumack

uint8_t sctp_nets::new_pseudo_cumack

◆ partial_bytes_acked

uint32_t sctp_nets::partial_bytes_acked

◆ pf_threshold

uint16_t sctp_nets::pf_threshold

◆ pmtu_timer

struct sctp_timer sctp_nets::pmtu_timer

◆ port

uint16_t sctp_nets::port

◆ prev_cwnd

uint32_t sctp_nets::prev_cwnd

◆ pseudo_cumack

uint32_t sctp_nets::pseudo_cumack

◆ ref_count

int sctp_nets::ref_count

◆ ro

struct sctp_net_route sctp_nets::ro

◆ RTO

unsigned int sctp_nets::RTO

◆ RTO_measured

uint8_t sctp_nets::RTO_measured

◆ rto_needed

uint8_t sctp_nets::rto_needed

◆ rtt

uint64_t sctp_nets::rtt

◆ rtx_pseudo_cumack

uint32_t sctp_nets::rtx_pseudo_cumack

◆ rxt_timer

struct sctp_timer sctp_nets::rxt_timer

◆ saw_newack

uint8_t sctp_nets::saw_newack

◆ src_addr_selected

uint8_t sctp_nets::src_addr_selected

◆ ssthresh

uint32_t sctp_nets::ssthresh

◆ start_time

struct timeval sctp_nets::start_time

◆ this_sack_highest_newack

uint32_t sctp_nets::this_sack_highest_newack

◆ will_exit_fast_recovery

uint8_t sctp_nets::will_exit_fast_recovery

◆ window_probe

uint8_t sctp_nets::window_probe

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