aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/net/neighbour.h
diff options
context:
space:
mode:
authorYue Haibing <yuehaibing@huawei.com>2023-08-05 18:50:33 +0800
committerDavid S. Miller <davem@davemloft.net>2023-08-07 08:53:54 +0100
commit047551cd305ce2f51f8cf16ed5638f1e120f90af (patch)
tree24cde7769f4aa7538c1e5a0a37ba04d84c691813 /include/net/neighbour.h
parentnet/tls: Remove unused function declarations (diff)
downloadwireguard-linux-047551cd305ce2f51f8cf16ed5638f1e120f90af.tar.xz
wireguard-linux-047551cd305ce2f51f8cf16ed5638f1e120f90af.zip
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>
Diffstat (limited to 'include/net/neighbour.h')
-rw-r--r--include/net/neighbour.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/net/neighbour.h b/include/net/neighbour.h
index f6a8ecc6b1fa..6da68886fabb 100644
--- a/include/net/neighbour.h
+++ b/include/net/neighbour.h
@@ -394,8 +394,6 @@ void neigh_for_each(struct neigh_table *tbl,
void __neigh_for_each_release(struct neigh_table *tbl,
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 (*cb)(struct pneigh_entry *));
struct neigh_seq_state {
struct seq_net_private p;