FreeBSD kernel IPv4 code
ipq Struct Reference

#include <ip_var.h>

Collaboration diagram for ipq:

Public Member Functions

 TAILQ_ENTRY (ipq) ipq_list
 

Data Fields

u_char ipq_ttl
 
u_char ipq_p
 
u_short ipq_id
 
int ipq_maxoff
 
struct mbuf * ipq_frags
 
struct in_addr ipq_src ipq_dst
 
u_char ipq_nfrags
 
struct label * ipq_label
 

Detailed Description

Definition at line 62 of file ip_var.h.

Member Function Documentation

◆ TAILQ_ENTRY()

ipq::TAILQ_ENTRY ( ipq  )

Field Documentation

◆ ipq_dst

struct in_addr ipq_src ipq::ipq_dst

Definition at line 69 of file ip_var.h.

Referenced by ip_reass().

◆ ipq_frags

struct mbuf* ipq::ipq_frags

Definition at line 68 of file ip_var.h.

Referenced by ip_reass(), ipq_free(), ipq_reuse(), and ipreass_cleanup().

◆ ipq_id

u_short ipq::ipq_id

Definition at line 66 of file ip_var.h.

Referenced by ip_reass().

◆ ipq_label

struct label* ipq::ipq_label

Definition at line 71 of file ip_var.h.

◆ ipq_maxoff

int ipq::ipq_maxoff

Definition at line 67 of file ip_var.h.

Referenced by ip_reass().

◆ ipq_nfrags

u_char ipq::ipq_nfrags

Definition at line 70 of file ip_var.h.

Referenced by ip_reass(), ipq_drop(), ipq_free(), ipq_reuse(), and ipq_timeout().

◆ ipq_p

u_char ipq::ipq_p

Definition at line 65 of file ip_var.h.

Referenced by ip_reass().

◆ ipq_ttl

u_char ipq::ipq_ttl

Definition at line 64 of file ip_var.h.

Referenced by ip_reass(), and ipreass_slowtimo().


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