FreeBSD kernel IPv4 code
sctp_nagle_log Struct Reference

#include <sctp_uio.h>

Data Fields

void * stcb
 
uint32_t total_flight
 
uint32_t total_in_queue
 
uint16_t count_in_queue
 
uint16_t count_in_flight
 

Detailed Description

Definition at line 860 of file sctp_uio.h.

Field Documentation

◆ count_in_flight

uint16_t sctp_nagle_log::count_in_flight

Definition at line 865 of file sctp_uio.h.

Referenced by sctp_log_nagle_event().

◆ count_in_queue

uint16_t sctp_nagle_log::count_in_queue

Definition at line 864 of file sctp_uio.h.

Referenced by sctp_log_nagle_event().

◆ stcb

void* sctp_nagle_log::stcb

Definition at line 861 of file sctp_uio.h.

Referenced by sctp_log_nagle_event().

◆ total_flight

uint32_t sctp_nagle_log::total_flight

Definition at line 862 of file sctp_uio.h.

Referenced by sctp_log_nagle_event().

◆ total_in_queue

uint32_t sctp_nagle_log::total_in_queue

Definition at line 863 of file sctp_uio.h.

Referenced by sctp_log_nagle_event().


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