Home
last modified time | relevance | path

Searched refs:gre_del_protocol (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/net/ipv4/
Dgre_demux.c46 int gre_del_protocol(const struct gre_protocol *proto, u8 version) in gre_del_protocol() function
62 EXPORT_SYMBOL_GPL(gre_del_protocol);
358 gre_del_protocol(&ipgre_protocol, GREPROTO_CISCO); in gre_exit()
/linux-4.1.27/include/net/
Dgre.h24 int gre_del_protocol(const struct gre_protocol *proto, u8 version);
/linux-4.1.27/drivers/net/ppp/
Dpptp.c721 gre_del_protocol(&gre_pptp_protocol, GREPROTO_PPTP); in pptp_init_module()
732 gre_del_protocol(&gre_pptp_protocol, GREPROTO_PPTP); in pptp_exit_module()