Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
fib_rule Struct Reference

#include <fib_rules.h>

Data Fields

struct list_head list
 
atomic_t refcnt
 
int iifindex
 
int oifindex
 
u32 mark
 
u32 mark_mask
 
u32 pref
 
u32 flags
 
u32 table
 
u8 action
 
u32 target
 
struct fib_rule __rcuctarget
 
char iifname [IFNAMSIZ]
 
char oifname [IFNAMSIZ]
 
struct rcu_head rcu
 
struct netfr_net
 

Detailed Description

Definition at line 11 of file fib_rules.h.

Field Documentation

Definition at line 21 of file fib_rules.h.

struct fib_rule __rcu* ctarget

Definition at line 23 of file fib_rules.h.

u32 flags

Definition at line 19 of file fib_rules.h.

struct net* fr_net

Definition at line 27 of file fib_rules.h.

int iifindex

Definition at line 14 of file fib_rules.h.

char iifname[IFNAMSIZ]

Definition at line 24 of file fib_rules.h.

Definition at line 12 of file fib_rules.h.

u32 mark

Definition at line 16 of file fib_rules.h.

u32 mark_mask

Definition at line 17 of file fib_rules.h.

int oifindex

Definition at line 15 of file fib_rules.h.

char oifname[IFNAMSIZ]

Definition at line 25 of file fib_rules.h.

u32 pref

Definition at line 18 of file fib_rules.h.

Definition at line 26 of file fib_rules.h.

atomic_t refcnt

Definition at line 13 of file fib_rules.h.

Definition at line 20 of file fib_rules.h.

u32 target

Definition at line 22 of file fib_rules.h.


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