Home
last modified time | relevance | path

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

/linux-4.1.27/net/ipv4/
Dgre_demux.c299 static const struct net_protocol net_gre_protocol = { variable
339 if (inet_add_protocol(&net_gre_protocol, IPPROTO_GRE) < 0) { in gre_init()
351 inet_del_protocol(&net_gre_protocol, IPPROTO_GRE); in gre_init()
359 inet_del_protocol(&net_gre_protocol, IPPROTO_GRE); in gre_exit()