PX_MAX_PROTO       35 drivers/net/ppp/pppox.c static const struct pppox_proto *pppox_protos[PX_MAX_PROTO + 1];
PX_MAX_PROTO       39 drivers/net/ppp/pppox.c 	if (proto_num < 0 || proto_num > PX_MAX_PROTO)
PX_MAX_PROTO       49 drivers/net/ppp/pppox.c 	if (proto_num >= 0 && proto_num <= PX_MAX_PROTO)
PX_MAX_PROTO      119 drivers/net/ppp/pppox.c 	if (protocol < 0 || protocol > PX_MAX_PROTO)