|
@@ -358,6 +358,7 @@ void neigh_for_each(struct neigh_table *tbl,
|
|
void (*cb)(struct neighbour *, void *), void *cookie);
|
|
void (*cb)(struct neighbour *, void *), void *cookie);
|
|
void __neigh_for_each_release(struct neigh_table *tbl,
|
|
void __neigh_for_each_release(struct neigh_table *tbl,
|
|
int (*cb)(struct neighbour *));
|
|
int (*cb)(struct neighbour *));
|
|
|
|
+int neigh_xmit(int fam, struct net_device *, const void *, struct sk_buff *);
|
|
void pneigh_for_each(struct neigh_table *tbl,
|
|
void pneigh_for_each(struct neigh_table *tbl,
|
|
void (*cb)(struct pneigh_entry *));
|
|
void (*cb)(struct pneigh_entry *));
|
|
|
|
|
|
@@ -511,4 +512,6 @@ static inline void neigh_ha_snapshot(char *dst, const struct neighbour *n,
|
|
memcpy(dst, n->ha, dev->addr_len);
|
|
memcpy(dst, n->ha, dev->addr_len);
|
|
} while (read_seqretry(&n->ha_lock, seq));
|
|
} while (read_seqretry(&n->ha_lock, seq));
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+
|
|
#endif
|
|
#endif
|