Home
last modified time | relevance | path

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

/Linux-v6.6/include/net/
Dneighbour.h364 struct neigh_parms *neigh_parms_alloc(struct net_device *dev,
/Linux-v6.6/net/core/
Dneighbour.c1702 struct neigh_parms *neigh_parms_alloc(struct net_device *dev, in neigh_parms_alloc() function
1735 EXPORT_SYMBOL(neigh_parms_alloc);
/Linux-v6.6/net/ipv4/
Ddevinet.c276 in_dev->arp_parms = neigh_parms_alloc(dev, &arp_tbl); in inetdev_init()
/Linux-v6.6/net/ipv6/
Daddrconf.c394 ndev->nd_parms = neigh_parms_alloc(dev, &nd_tbl); in ipv6_add_dev()