Home
last modified time | relevance | path

Searched refs:ipgre_protocol (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/net/ipv4/
Dgre_demux.c305 static const struct gre_protocol ipgre_protocol = { variable
344 if (gre_add_protocol(&ipgre_protocol, GREPROTO_CISCO) < 0) { in gre_init()
358 gre_del_protocol(&ipgre_protocol, GREPROTO_CISCO); in gre_exit()
Dip_gre.c533 static struct gre_cisco_protocol ipgre_protocol = { variable
884 err = gre_cisco_register(&ipgre_protocol); in ipgre_init()
903 gre_cisco_unregister(&ipgre_protocol); in ipgre_init()
915 gre_cisco_unregister(&ipgre_protocol); in ipgre_fini()