Searched refs:gre_input_func_t (Results 1 – 2 of 2) sorted by relevance
368 typedef struct mbuf *(*gre_input_func_t)(struct mbuf *, int, int); typedef369 extern int ip_gre_register_input(gre_input_func_t);
442 static gre_input_func_t gre_input_func;4033 gre_input_func_t fn = gre_input_func; in gre_input()4057 ip_gre_register_input(gre_input_func_t fn) in ip_gre_register_input()