FreeBSD kernel IPv4 code
tseg_qent Struct Reference

#include <tcp_var.h>

Public Member Functions

 TAILQ_ENTRY (tseg_qent) tqe_q
 

Data Fields

struct mbuf * tqe_m
 
struct mbuf * tqe_last
 
tcp_seq tqe_start
 
int tqe_len
 
uint32_t tqe_flags
 
uint32_t tqe_mbuf_cnt
 

Detailed Description

Definition at line 85 of file tcp_var.h.

Member Function Documentation

◆ TAILQ_ENTRY()

tseg_qent::TAILQ_ENTRY ( tseg_qent  )

Field Documentation

◆ tqe_flags

uint32_t tseg_qent::tqe_flags

Definition at line 91 of file tcp_var.h.

Referenced by tcp_reass(), tcp_reass_append(), tcp_reass_merge_into(), and tcp_reass_replace().

◆ tqe_last

struct mbuf* tseg_qent::tqe_last

Definition at line 88 of file tcp_var.h.

Referenced by tcp_reass(), tcp_reass_append(), tcp_reass_merge_into(), and tcp_reass_replace().

◆ tqe_len

int tseg_qent::tqe_len

◆ tqe_m

◆ tqe_mbuf_cnt

◆ tqe_start

tcp_seq tseg_qent::tqe_start

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