FreeBSD kernel IPv4 code
tcp_hhook_data Struct Reference

#include <tcp_var.h>

Collaboration diagram for tcp_hhook_data:

Data Fields

struct tcpcbtp
 
struct tcphdr * th
 
struct tcpoptto
 
uint32_t len
 
int tso
 
tcp_seq curack
 

Detailed Description

Definition at line 867 of file tcp_var.h.

Field Documentation

◆ curack

tcp_seq tcp_hhook_data::curack

Definition at line 873 of file tcp_var.h.

◆ len

uint32_t tcp_hhook_data::len

Definition at line 871 of file tcp_var.h.

Referenced by ertt_add_tx_segment_info_hook().

◆ th

struct tcphdr* tcp_hhook_data::th

◆ to

struct tcpopt* tcp_hhook_data::to

Definition at line 870 of file tcp_var.h.

Referenced by ertt_add_tx_segment_info_hook(), and ertt_packet_measurement_hook().

◆ tp

struct tcpcb* tcp_hhook_data::tp

◆ tso

int tcp_hhook_data::tso

Definition at line 872 of file tcp_var.h.

Referenced by ertt_add_tx_segment_info_hook().


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