Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

neighbour: Remove unused function declaration pneigh_for_each()

pneigh_for_each() is never implemented since the beginning of git history.

Signed-off-by: Yue Haibing <yuehaibing@huawei.com>
Reviewed-by: David Ahern <dsahern@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Yue Haibing and committed by
David S. Miller
047551cd f6ecb68b

-2
-2
include/net/neighbour.h
··· 394 394 void __neigh_for_each_release(struct neigh_table *tbl, 395 395 int (*cb)(struct neighbour *)); 396 396 int neigh_xmit(int fam, struct net_device *, const void *, struct sk_buff *); 397 - void pneigh_for_each(struct neigh_table *tbl, 398 - void (*cb)(struct pneigh_entry *)); 399 397 400 398 struct neigh_seq_state { 401 399 struct seq_net_private p;