Searched refs:gifconf_func_t (Results 1 – 2 of 2) sorted by relevance
509 typedef int gifconf_func_t(struct net_device * dev, char * bufptr, int len); typedef510 extern int register_gifconf(unsigned int family, gifconf_func_t * gifconf);
1652 static gifconf_func_t * gifconf_list [NPROTO];1664 int register_gifconf(unsigned int family, gifconf_func_t * gifconf) in register_gifconf()