Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv4/
Dgre_demux.c33 static const struct gre_protocol __rcu *gre_proto[GREPROTO_MAX] __read_mostly;
37 if (version >= GREPROTO_MAX) in gre_add_protocol()
49 if (version >= GREPROTO_MAX) in gre_del_protocol()
135 if (ver >= GREPROTO_MAX) in gre_rcv()
159 if (ver >= GREPROTO_MAX) in gre_err()
/Linux-v4.19/include/net/
Dgre.h24 #define GREPROTO_MAX 2 macro