Searched refs:gre_input_func_t (Results 1 – 2 of 2) sorted by relevance
411 typedef struct mbuf *(*gre_input_func_t)(struct mbuf *, int, int); typedef412 extern int ip_gre_register_input(gre_input_func_t);
444 static gre_input_func_t gre_input_func;4035 gre_input_func_t fn = gre_input_func; in gre_input()4059 ip_gre_register_input(gre_input_func_t fn) in ip_gre_register_input()