Home
last modified time | relevance | path

Searched refs:neigh_ifdown (Results 1 – 7 of 7) sorted by relevance

/linux-2.4.37.9/include/net/
Dneighbour.h208 extern int neigh_ifdown(struct neigh_table *tbl, struct net_device *dev);
/linux-2.4.37.9/net/
Dnetsyms.c185 EXPORT_SYMBOL(neigh_ifdown);
/linux-2.4.37.9/net/atm/
Dclip.c779 neigh_ifdown(&clip_tbl, NULL); in atm_clip_exit()
/linux-2.4.37.9/net/core/
Dneighbour.c206 int neigh_ifdown(struct neigh_table *tbl, struct net_device *dev) in neigh_ifdown() function
1320 neigh_ifdown(tbl, NULL); in neigh_table_clear()
/linux-2.4.37.9/net/ipv4/
Darp.c1379 neigh_ifdown(&arp_tbl, dev); in arp_ifdown()
/linux-2.4.37.9/net/decnet/
Ddn_dev.c982 neigh_ifdown(&dn_neigh_table, dev); in dn_dev_delete()
/linux-2.4.37.9/net/ipv6/
Daddrconf.c1481 neigh_ifdown(&nd_tbl, dev); in addrconf_ifdown()