Home
last modified time | relevance | path

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

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