Home
last modified time | relevance | path

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

/Linux-v6.6/net/ipv4/
Dgre_demux.c31 int gre_add_protocol(const struct gre_protocol *proto, u8 version) in gre_add_protocol() function
39 EXPORT_SYMBOL_GPL(gre_add_protocol);
Dip_gre.c1745 err = gre_add_protocol(&ipgre_protocol, GREPROTO_CISCO); in ipgre_init()
/Linux-v6.6/include/net/
Dgre.h32 int gre_add_protocol(const struct gre_protocol *proto, u8 version);
/Linux-v6.6/drivers/net/ppp/
Dpptp.c655 err = gre_add_protocol(&gre_pptp_protocol, GREPROTO_PPTP); in pptp_init_module()