Home
last modified time | relevance | path

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

/Linux-v6.1/include/net/
Dneighbour.h366 struct neigh_parms *neigh_parms_alloc(struct net_device *dev,
/Linux-v6.1/net/core/
Dneighbour.c1707 struct neigh_parms *neigh_parms_alloc(struct net_device *dev, in neigh_parms_alloc() function
1740 EXPORT_SYMBOL(neigh_parms_alloc);
/Linux-v6.1/net/ipv4/
Ddevinet.c269 in_dev->arp_parms = neigh_parms_alloc(dev, &arp_tbl); in inetdev_init()
/Linux-v6.1/net/ipv6/
Daddrconf.c393 ndev->nd_parms = neigh_parms_alloc(dev, &nd_tbl); in ipv6_add_dev()