Home
last modified time | relevance | path

Searched refs:neigh_parms_alloc (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/include/net/
H A Dneighbour.h361 struct neigh_parms *neigh_parms_alloc(struct net_device *dev,
/linux-6.15/net/core/
H A Dneighbour.c1658 struct neigh_parms *neigh_parms_alloc(struct net_device *dev, in neigh_parms_alloc() function
1691 EXPORT_SYMBOL(neigh_parms_alloc);
/linux-6.15/net/ipv4/
H A Ddevinet.c280 in_dev->arp_parms = neigh_parms_alloc(dev, &arp_tbl); in inetdev_init()
/linux-6.15/net/ipv6/
H A Daddrconf.c401 ndev->nd_parms = neigh_parms_alloc(dev, &nd_tbl); in ipv6_add_dev()