netfilter
firewalling, NAT, and packet mangling for linux
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
ebt_u_entry Struct Reference

#include <ebtables_u.h>

Collaboration diagram for ebt_u_entry:

Data Fields

unsigned int bitmask
 
unsigned int invflags
 
uint16_t ethproto
 
char in [IFNAMSIZ]
 
char logical_in [IFNAMSIZ]
 
char out [IFNAMSIZ]
 
char logical_out [IFNAMSIZ]
 
unsigned char sourcemac [ETH_ALEN]
 
unsigned char sourcemsk [ETH_ALEN]
 
unsigned char destmac [ETH_ALEN]
 
unsigned char destmsk [ETH_ALEN]
 
struct ebt_u_match_listm_list
 
struct ebt_u_watcher_listw_list
 
struct ebt_entry_targett
 
struct ebt_u_entryprev
 
struct ebt_u_entrynext
 
struct ebt_counter cnt
 
struct ebt_counter cnt_surplus
 
struct ebt_cntchangescc
 
struct ebt_u_replacereplace
 

Field Documentation

unsigned int ebt_u_entry::bitmask
unsigned char ebt_u_entry::destmac[ETH_ALEN]
unsigned char ebt_u_entry::destmsk[ETH_ALEN]

Referenced by do_command().

uint16_t ebt_u_entry::ethproto
char ebt_u_entry::in[IFNAMSIZ]
unsigned int ebt_u_entry::invflags
char ebt_u_entry::logical_in[IFNAMSIZ]
char ebt_u_entry::logical_out[IFNAMSIZ]
char ebt_u_entry::out[IFNAMSIZ]
struct ebt_u_entry* ebt_u_entry::prev
struct ebt_u_replace* ebt_u_entry::replace

Referenced by do_command().

unsigned char ebt_u_entry::sourcemac[ETH_ALEN]
unsigned char ebt_u_entry::sourcemsk[ETH_ALEN]

Referenced by do_command().


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