Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/core/
Ddev.c1652 static gifconf_func_t * gifconf_list [NPROTO]; variable
1668 gifconf_list[family] = gifconf; in register_gifconf()
1743 if (gifconf_list[i]) { in dev_ifconf()
1746 done = gifconf_list[i](dev, NULL, 0); in dev_ifconf()
1748 done = gifconf_list[i](dev, pos+total, len-total); in dev_ifconf()