Home
last modified time | relevance | path

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

/Linux-v5.10/net/ipv4/
Dgre_demux.c41 int gre_del_protocol(const struct gre_protocol *proto, u8 version) in gre_del_protocol() function
57 EXPORT_SYMBOL_GPL(gre_del_protocol);
Dip_gre.c1751 gre_del_protocol(&ipgre_protocol, GREPROTO_CISCO); in ipgre_init()
1766 gre_del_protocol(&ipgre_protocol, GREPROTO_CISCO); in ipgre_fini()
/Linux-v5.10/include/net/
Dgre.h33 int gre_del_protocol(const struct gre_protocol *proto, u8 version);
/Linux-v5.10/drivers/net/ppp/
Dpptp.c671 gre_del_protocol(&gre_pptp_protocol, GREPROTO_PPTP); in pptp_init_module()
682 gre_del_protocol(&gre_pptp_protocol, GREPROTO_PPTP); in pptp_exit_module()