RQ_SECURE
if (!test_bit(RQ_SECURE, &rqstp->rq_flags) && rp->c_secure)
rp->c_secure = test_bit(RQ_SECURE, &rqstp->rq_flags);
return test_bit(RQ_SECURE, &rqstp->rq_flags);
set_bit(RQ_SECURE, &rqstp->rq_flags);
clear_bit(RQ_SECURE, &rqstp->rq_flags);
set_bit(RQ_SECURE, &rqstp->rq_flags);