Home
last modified time | relevance | path

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

/Linux-v5.10/net/core/
Ddev_ioctl.c28 static gifconf_func_t *gifconf_list[NPROTO]; variable
43 gifconf_list[family] = gifconf; in register_gifconf()
76 if (gifconf_list[i]) { in dev_ifconf()
79 done = gifconf_list[i](dev, NULL, 0, size); in dev_ifconf()
81 done = gifconf_list[i](dev, pos + total, in dev_ifconf()