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

#include <neighbour.h>

Data Fields

struct net_devicedev
 
struct neigh_parmsnext
 
int(* neigh_setup )(struct neighbour *)
 
void(* neigh_cleanup )(struct neighbour *)
 
struct neigh_tabletbl
 
voidsysctl_table
 
int dead
 
atomic_t refcnt
 
struct rcu_head rcu_head
 
int base_reachable_time
 
int retrans_time
 
int gc_staletime
 
int reachable_time
 
int delay_probe_time
 
int queue_len_bytes
 
int ucast_probes
 
int app_probes
 
int mcast_probes
 
int anycast_delay
 
int proxy_delay
 
int proxy_qlen
 
int locktime
 

Detailed Description

Definition at line 40 of file neighbour.h.

Field Documentation

int anycast_delay

Definition at line 66 of file neighbour.h.

int app_probes

Definition at line 64 of file neighbour.h.

int base_reachable_time

Definition at line 56 of file neighbour.h.

int dead

Definition at line 52 of file neighbour.h.

int delay_probe_time

Definition at line 60 of file neighbour.h.

Definition at line 44 of file neighbour.h.

int gc_staletime

Definition at line 58 of file neighbour.h.

int locktime

Definition at line 69 of file neighbour.h.

int mcast_probes

Definition at line 65 of file neighbour.h.

void(* neigh_cleanup)(struct neighbour *)

Definition at line 47 of file neighbour.h.

int(* neigh_setup)(struct neighbour *)

Definition at line 46 of file neighbour.h.

Definition at line 45 of file neighbour.h.

int proxy_delay

Definition at line 67 of file neighbour.h.

int proxy_qlen

Definition at line 68 of file neighbour.h.

int queue_len_bytes

Definition at line 62 of file neighbour.h.

struct rcu_head rcu_head

Definition at line 54 of file neighbour.h.

int reachable_time

Definition at line 59 of file neighbour.h.

atomic_t refcnt

Definition at line 53 of file neighbour.h.

int retrans_time

Definition at line 57 of file neighbour.h.

void* sysctl_table

Definition at line 50 of file neighbour.h.

Definition at line 48 of file neighbour.h.

int ucast_probes

Definition at line 63 of file neighbour.h.


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