Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dgre_demux.c29 static const struct gre_protocol __rcu *gre_proto[GREPROTO_MAX] __read_mostly;
33 if (version >= GREPROTO_MAX) in gre_add_protocol()
45 if (version >= GREPROTO_MAX) in gre_del_protocol()
156 if (ver >= GREPROTO_MAX) in gre_rcv()
181 if (ver >= GREPROTO_MAX) in gre_err()
/openbmc/linux/include/net/
H A Dgre.h24 #define GREPROTO_MAX 2 macro