|
Linux Kernel
3.7.1
|
#include <neighbour.h>
Data Fields | |
| struct neighbour __rcu * | next |
| struct neigh_table * | tbl |
| struct neigh_parms * | parms |
| unsigned long | confirmed |
| unsigned long | updated |
| rwlock_t | lock |
| atomic_t | refcnt |
| struct sk_buff_head | arp_queue |
| unsigned int | arp_queue_len_bytes |
| struct timer_list | timer |
| unsigned long | used |
| atomic_t | probes |
| __u8 | flags |
| __u8 | nud_state |
| __u8 | type |
| __u8 | dead |
| seqlock_t | ha_lock |
| unsigned char | ha [ALIGN(MAX_ADDR_LEN, sizeof(unsigned long))] |
| struct hh_cache | hh |
| int(* | output )(struct neighbour *, struct sk_buff *) |
| struct neigh_ops * | ops |
| struct rcu_head | rcu |
| struct net_device * | dev |
| u8 | primary_key [0] |
Definition at line 93 of file neighbour.h.
| struct sk_buff_head arp_queue |
Definition at line 101 of file neighbour.h.
| unsigned int arp_queue_len_bytes |
Definition at line 102 of file neighbour.h.
| unsigned long confirmed |
Definition at line 97 of file neighbour.h.
| __u8 dead |
Definition at line 109 of file neighbour.h.
| struct net_device* dev |
Definition at line 116 of file neighbour.h.
| __u8 flags |
Definition at line 106 of file neighbour.h.
| unsigned char ha[ALIGN(MAX_ADDR_LEN, sizeof(unsigned long))] |
Definition at line 111 of file neighbour.h.
| seqlock_t ha_lock |
Definition at line 110 of file neighbour.h.
Definition at line 112 of file neighbour.h.
| rwlock_t lock |
Definition at line 99 of file neighbour.h.
Definition at line 94 of file neighbour.h.
| __u8 nud_state |
Definition at line 107 of file neighbour.h.
Definition at line 114 of file neighbour.h.
| struct neigh_parms* parms |
Definition at line 96 of file neighbour.h.
| u8 primary_key[0] |
Definition at line 117 of file neighbour.h.
| atomic_t probes |
Definition at line 105 of file neighbour.h.
Definition at line 115 of file neighbour.h.
| atomic_t refcnt |
Definition at line 100 of file neighbour.h.
| struct neigh_table* tbl |
Definition at line 95 of file neighbour.h.
Definition at line 103 of file neighbour.h.
Definition at line 108 of file neighbour.h.
| unsigned long updated |
Definition at line 98 of file neighbour.h.
| unsigned long used |
Definition at line 104 of file neighbour.h.
1.8.2