Home
last modified time | relevance | path

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

/Linux-v5.4/net/ipv4/
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()
148 if (ver >= GREPROTO_MAX) in gre_rcv()
173 if (ver >= GREPROTO_MAX) in gre_err()
/Linux-v5.4/include/net/
Dgre.h24 #define GREPROTO_MAX 2 macro