FreeBSD kernel IPv4 code
tcptw Struct Reference

#include <tcp_var.h>

Collaboration diagram for tcptw:

Public Member Functions

 TAILQ_ENTRY (tcptw) tw_2msl
 

Data Fields

struct inpcbtw_inpcb
 
uint32_t t_port:16
 
uint32_t t_unused:16
 
tcp_seq snd_nxt
 
tcp_seq rcv_nxt
 
u_short last_win
 
short tw_so_options
 
struct ucred * tw_cred
 
u_int32_t t_recent
 
u_int32_t ts_offset
 
int tw_time
 
u_int tw_flags
 

Detailed Description

Definition at line 629 of file tcp_var.h.

Member Function Documentation

◆ TAILQ_ENTRY()

tcptw::TAILQ_ENTRY ( tcptw  )

Field Documentation

◆ last_win

u_short tcptw::last_win

Definition at line 635 of file tcp_var.h.

Referenced by tcp_twrespond(), and tcp_twstart().

◆ rcv_nxt

tcp_seq tcptw::rcv_nxt

Definition at line 634 of file tcp_var.h.

Referenced by tcp_twcheck(), tcp_twrespond(), and tcp_twstart().

◆ snd_nxt

tcp_seq tcptw::snd_nxt

Definition at line 633 of file tcp_var.h.

Referenced by tcp_twcheck(), tcp_twrespond(), and tcp_twstart().

◆ t_port

uint32_t tcptw::t_port

Definition at line 631 of file tcp_var.h.

Referenced by tcp_inptoxtp(), tcp_twcheck(), tcp_twrespond(), and tcp_twstart().

◆ t_recent

u_int32_t tcptw::t_recent

Definition at line 638 of file tcp_var.h.

Referenced by tcp_twcheck(), tcp_twrespond(), and tcp_twstart().

◆ t_unused

uint32_t tcptw::t_unused

Definition at line 632 of file tcp_var.h.

◆ ts_offset

u_int32_t tcptw::ts_offset

Definition at line 639 of file tcp_var.h.

Referenced by tcp_twrespond(), and tcp_twstart().

◆ tw_cred

struct ucred* tcptw::tw_cred

Definition at line 637 of file tcp_var.h.

Referenced by tcp_tw_2msl_stop(), and tcp_twstart().

◆ tw_flags

u_int tcptw::tw_flags

Definition at line 642 of file tcp_var.h.

Referenced by tcp_twrespond(), and tcp_twstart().

◆ tw_inpcb

struct inpcb* tcptw::tw_inpcb

◆ tw_so_options

short tcptw::tw_so_options

Definition at line 636 of file tcp_var.h.

Referenced by tcp_twrespond(), and tcp_twstart().

◆ tw_time

int tcptw::tw_time

Definition at line 640 of file tcp_var.h.

Referenced by tcp_tw_2msl_reset(), tcp_tw_2msl_scan(), and tcp_twstart().


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