Home
last modified time | relevance | path

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

/linux-4.4.14/net/core/
Ddev_ioctl.c41 static gifconf_func_t *gifconf_list[NPROTO]; variable
56 gifconf_list[family] = gifconf; in register_gifconf()
93 if (gifconf_list[i]) { in dev_ifconf()
96 done = gifconf_list[i](dev, NULL, 0); in dev_ifconf()
98 done = gifconf_list[i](dev, pos + total, in dev_ifconf()