Searched refs:gre_add_protocol (Results 1 – 4 of 4) sorted by relevance
31 int gre_add_protocol(const struct gre_protocol *proto, u8 version) in gre_add_protocol() function39 EXPORT_SYMBOL_GPL(gre_add_protocol);
1732 err = gre_add_protocol(&ipgre_protocol, GREPROTO_CISCO); in ipgre_init()
32 int gre_add_protocol(const struct gre_protocol *proto, u8 version);
648 err = gre_add_protocol(&gre_pptp_protocol, GREPROTO_PPTP); in pptp_init_module()