Home
last modified time | relevance | path

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

/linux-6.12.1/include/net/
Dneighbour.h364 struct neigh_parms *neigh_parms_alloc(struct net_device *dev,
/linux-6.12.1/net/core/
Dneighbour.c1711 struct neigh_parms *neigh_parms_alloc(struct net_device *dev, in neigh_parms_alloc() function
1744 EXPORT_SYMBOL(neigh_parms_alloc);
/linux-6.12.1/net/ipv4/
Ddevinet.c291 in_dev->arp_parms = neigh_parms_alloc(dev, &arp_tbl); in inetdev_init()
/linux-6.12.1/net/ipv6/
Daddrconf.c399 ndev->nd_parms = neigh_parms_alloc(dev, &nd_tbl); in ipv6_add_dev()