|
@@ -1500,7 +1500,7 @@ static void neigh_parms_destroy(struct neigh_parms *parms)
|
|
|
|
|
|
static struct lock_class_key neigh_table_proxy_queue_class;
|
|
static struct lock_class_key neigh_table_proxy_queue_class;
|
|
|
|
|
|
-void neigh_table_init_no_netlink(struct neigh_table *tbl)
|
|
|
|
|
|
+static void neigh_table_init_no_netlink(struct neigh_table *tbl)
|
|
{
|
|
{
|
|
unsigned long now = jiffies;
|
|
unsigned long now = jiffies;
|
|
unsigned long phsize;
|
|
unsigned long phsize;
|
|
@@ -1538,7 +1538,6 @@ void neigh_table_init_no_netlink(struct neigh_table *tbl)
|
|
tbl->last_flush = now;
|
|
tbl->last_flush = now;
|
|
tbl->last_rand = now + tbl->parms.reachable_time * 20;
|
|
tbl->last_rand = now + tbl->parms.reachable_time * 20;
|
|
}
|
|
}
|
|
-EXPORT_SYMBOL(neigh_table_init_no_netlink);
|
|
|
|
|
|
|
|
void neigh_table_init(struct neigh_table *tbl)
|
|
void neigh_table_init(struct neigh_table *tbl)
|
|
{
|
|
{
|