Home
last modified time | relevance | path

Searched refs:netdev_boot_setup_add (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/include/linux/
Dnetdevice.h483 extern int netdev_boot_setup_add(char *name, struct ifmap *map);
/linux-2.4.37.9/net/core/
Ddev.c316 int netdev_boot_setup_add(char *name, struct ifmap *map) in netdev_boot_setup_add() function
389 return netdev_boot_setup_add(str, &map); in netdev_boot_setup()