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

#include <ip_fib.h>

Data Fields

struct net_devicenh_dev
 
struct hlist_node nh_hash
 
struct fib_infonh_parent
 
unsigned int nh_flags
 
unsigned char nh_scope
 
int nh_oif
 
__be32 nh_gw
 
__be32 nh_saddr
 
int nh_saddr_genid
 
struct rtable __rcu *__percpunh_pcpu_rth_output
 
struct rtable __rcunh_rth_input
 
struct fnhe_hash_bucketnh_exceptions
 

Detailed Description

Definition at line 69 of file ip_fib.h.

Field Documentation

struct net_device* nh_dev

Definition at line 70 of file ip_fib.h.

struct fnhe_hash_bucket* nh_exceptions

Definition at line 88 of file ip_fib.h.

unsigned int nh_flags

Definition at line 73 of file ip_fib.h.

__be32 nh_gw

Definition at line 83 of file ip_fib.h.

struct hlist_node nh_hash

Definition at line 71 of file ip_fib.h.

int nh_oif

Definition at line 82 of file ip_fib.h.

struct fib_info* nh_parent

Definition at line 72 of file ip_fib.h.

struct rtable __rcu* __percpu* nh_pcpu_rth_output

Definition at line 86 of file ip_fib.h.

struct rtable __rcu* nh_rth_input

Definition at line 87 of file ip_fib.h.

__be32 nh_saddr

Definition at line 84 of file ip_fib.h.

int nh_saddr_genid

Definition at line 85 of file ip_fib.h.

unsigned char nh_scope

Definition at line 74 of file ip_fib.h.


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