Searched refs:gre_add_protocol (Results 1 – 3 of 3) sorted by relevance
36 int gre_add_protocol(const struct gre_protocol *proto, u8 version) in gre_add_protocol() function44 EXPORT_SYMBOL_GPL(gre_add_protocol);344 if (gre_add_protocol(&ipgre_protocol, GREPROTO_CISCO) < 0) { in gre_init()
23 int gre_add_protocol(const struct gre_protocol *proto, u8 version);
698 err = gre_add_protocol(&gre_pptp_protocol, GREPROTO_PPTP); in pptp_init_module()