FreeBSD kernel IPv4 code
encap_config Struct Reference

#include <ip_encap.h>

Data Fields

int proto
 
int min_length
 
int max_hdrsize
 
int exact_match
 
encap_lookup_t lookup
 
encap_check_t check
 
encap_input_t input
 
void * pad [3]
 

Detailed Description

Definition at line 49 of file ip_encap.h.

Field Documentation

◆ check

encap_check_t encap_config::check

Definition at line 57 of file ip_encap.h.

Referenced by encap_attach().

◆ exact_match

int encap_config::exact_match

Definition at line 53 of file ip_encap.h.

Referenced by encap_attach().

◆ input

encap_input_t encap_config::input

Definition at line 58 of file ip_encap.h.

Referenced by encap_attach().

◆ lookup

encap_lookup_t encap_config::lookup

Definition at line 56 of file ip_encap.h.

Referenced by encap_attach().

◆ max_hdrsize

int encap_config::max_hdrsize

Definition at line 52 of file ip_encap.h.

◆ min_length

int encap_config::min_length

Definition at line 51 of file ip_encap.h.

Referenced by encap_attach().

◆ pad

void* encap_config::pad[3]

Definition at line 60 of file ip_encap.h.

◆ proto

int encap_config::proto

Definition at line 50 of file ip_encap.h.

Referenced by encap_attach().


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