Searched refs:gre_input_func_t (Results 1 – 2 of 2) sorted by relevance
417 typedef struct mbuf *(*gre_input_func_t)(struct mbuf *, int, int); typedef418 extern int ip_gre_register_input(gre_input_func_t);
443 static gre_input_func_t gre_input_func;3732 gre_input_func_t fn = gre_input_func; in gre_input()3756 ip_gre_register_input(gre_input_func_t fn) in ip_gre_register_input()