FreeBSD kernel IPv4 code
tcp_timer Struct Reference

#include <tcp_timer.h>

Data Fields

struct callout tt_rexmt
 
struct callout tt_persist
 
struct callout tt_keep
 
struct callout tt_2msl
 
struct callout tt_delack
 
uint32_t tt_flags
 
uint32_t tt_draincnt
 

Detailed Description

Definition at line 148 of file tcp_timer.h.

Field Documentation

◆ tt_2msl

struct callout tcp_timer::tt_2msl

◆ tt_delack

struct callout tcp_timer::tt_delack

◆ tt_draincnt

uint32_t tcp_timer::tt_draincnt

Definition at line 155 of file tcp_timer.h.

Referenced by tcp_discardcb(), tcp_freecb(), tcp_timer_discard(), and tcp_timer_stop().

◆ tt_flags

◆ tt_keep

struct callout tcp_timer::tt_keep

◆ tt_persist

struct callout tcp_timer::tt_persist

◆ tt_rexmt

struct callout tcp_timer::tt_rexmt

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