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

/linux-master/net/ipv4/
H A Dgre_demux.c195 static const struct net_protocol net_gre_protocol = { variable in typeref:struct:net_protocol
204 if (inet_add_protocol(&net_gre_protocol, IPPROTO_GRE) < 0) {
213 inet_del_protocol(&net_gre_protocol, IPPROTO_GRE);

Completed in 226 milliseconds