Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv4/
Dgre_demux.c169 static const struct net_protocol net_gre_protocol = { variable
179 if (inet_add_protocol(&net_gre_protocol, IPPROTO_GRE) < 0) { in gre_init()
188 inet_del_protocol(&net_gre_protocol, IPPROTO_GRE); in gre_exit()