Home
last modified time | relevance | path

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

/linux-4.4.14/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()
73 if (ver >= GREPROTO_MAX) in gre_rcv()
97 if (ver >= GREPROTO_MAX) in gre_err()
/linux-4.4.14/include/net/
Dgre.h15 #define GREPROTO_MAX 2 macro