|
unsigned long | neigh_rand_reach_time (unsigned long base) |
|
| EXPORT_SYMBOL (neigh_rand_reach_time) |
|
void | neigh_changeaddr (struct neigh_table *tbl, struct net_device *dev) |
|
| EXPORT_SYMBOL (neigh_changeaddr) |
|
int | neigh_ifdown (struct neigh_table *tbl, struct net_device *dev) |
|
| EXPORT_SYMBOL (neigh_ifdown) |
|
struct neighbour * | neigh_lookup (struct neigh_table *tbl, const void *pkey, struct net_device *dev) |
|
| EXPORT_SYMBOL (neigh_lookup) |
|
struct neighbour * | neigh_lookup_nodev (struct neigh_table *tbl, struct net *net, const void *pkey) |
|
| EXPORT_SYMBOL (neigh_lookup_nodev) |
|
struct neighbour * | __neigh_create (struct neigh_table *tbl, const void *pkey, struct net_device *dev, bool want_ref) |
|
| EXPORT_SYMBOL (__neigh_create) |
|
struct pneigh_entry * | __pneigh_lookup (struct neigh_table *tbl, struct net *net, const void *pkey, struct net_device *dev) |
|
| EXPORT_SYMBOL_GPL (__pneigh_lookup) |
|
struct pneigh_entry * | pneigh_lookup (struct neigh_table *tbl, struct net *net, const void *pkey, struct net_device *dev, int creat) |
|
| EXPORT_SYMBOL (pneigh_lookup) |
|
int | pneigh_delete (struct neigh_table *tbl, struct net *net, const void *pkey, struct net_device *dev) |
|
void | neigh_destroy (struct neighbour *neigh) |
|
| EXPORT_SYMBOL (neigh_destroy) |
|
int | __neigh_event_send (struct neighbour *neigh, struct sk_buff *skb) |
|
| EXPORT_SYMBOL (__neigh_event_send) |
|
int | neigh_update (struct neighbour *neigh, const u8 *lladdr, u8 new, u32 flags) |
|
| EXPORT_SYMBOL (neigh_update) |
|
struct neighbour * | neigh_event_ns (struct neigh_table *tbl, u8 *lladdr, void *saddr, struct net_device *dev) |
|
| EXPORT_SYMBOL (neigh_event_ns) |
|
int | neigh_compat_output (struct neighbour *neigh, struct sk_buff *skb) |
|
| EXPORT_SYMBOL (neigh_compat_output) |
|
int | neigh_resolve_output (struct neighbour *neigh, struct sk_buff *skb) |
|
| EXPORT_SYMBOL (neigh_resolve_output) |
|
int | neigh_connected_output (struct neighbour *neigh, struct sk_buff *skb) |
|
| EXPORT_SYMBOL (neigh_connected_output) |
|
int | neigh_direct_output (struct neighbour *neigh, struct sk_buff *skb) |
|
| EXPORT_SYMBOL (neigh_direct_output) |
|
void | pneigh_enqueue (struct neigh_table *tbl, struct neigh_parms *p, struct sk_buff *skb) |
|
| EXPORT_SYMBOL (pneigh_enqueue) |
|
struct neigh_parms * | neigh_parms_alloc (struct net_device *dev, struct neigh_table *tbl) |
|
| EXPORT_SYMBOL (neigh_parms_alloc) |
|
void | neigh_parms_release (struct neigh_table *tbl, struct neigh_parms *parms) |
|
| EXPORT_SYMBOL (neigh_parms_release) |
|
void | neigh_table_init (struct neigh_table *tbl) |
|
| EXPORT_SYMBOL (neigh_table_init) |
|
int | neigh_table_clear (struct neigh_table *tbl) |
|
| EXPORT_SYMBOL (neigh_table_clear) |
|
void | neigh_for_each (struct neigh_table *tbl, void(*cb)(struct neighbour *, void *), void *cookie) |
|
| EXPORT_SYMBOL (neigh_for_each) |
|
void | __neigh_for_each_release (struct neigh_table *tbl, int(*cb)(struct neighbour *)) |
|
| EXPORT_SYMBOL (__neigh_for_each_release) |
|
| subsys_initcall (neigh_init) |
|