Home
last modified time | relevance | path

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

/linux-4.1.27/net/ipv4/
Dgre_demux.c36 int gre_add_protocol(const struct gre_protocol *proto, u8 version) in gre_add_protocol() function
44 EXPORT_SYMBOL_GPL(gre_add_protocol);
344 if (gre_add_protocol(&ipgre_protocol, GREPROTO_CISCO) < 0) { in gre_init()
/linux-4.1.27/include/net/
Dgre.h23 int gre_add_protocol(const struct gre_protocol *proto, u8 version);
/linux-4.1.27/drivers/net/ppp/
Dpptp.c698 err = gre_add_protocol(&gre_pptp_protocol, GREPROTO_PPTP); in pptp_init_module()