Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Dnetdevice.h510 extern int register_gifconf(unsigned int family, gifconf_func_t * gifconf);
/linux-2.4.37.9/net/core/
Ddev.c1664 int register_gifconf(unsigned int family, gifconf_func_t * gifconf) in register_gifconf() argument
1668 gifconf_list[family] = gifconf; in register_gifconf()