Searched refs:RQ_SECURE (Results 1 – 5 of 5) sorted by relevance
481 if (!test_bit(RQ_SECURE, &rqstp->rq_flags) && rp->c_secure) in nfsd_cache_lookup()575 rp->c_secure = test_bit(RQ_SECURE, &rqstp->rq_flags); in nfsd_cache_update()
99 return test_bit(RQ_SECURE, &rqstp->rq_flags); in nfsd_originating_port_ok()
270 #define RQ_SECURE (0) /* secure port */ macro
605 set_bit(RQ_SECURE, &rqstp->rq_flags); in svc_rdma_secure_port()
312 set_bit(RQ_SECURE, &rqstp->rq_flags); in svc_sock_secure_port()314 clear_bit(RQ_SECURE, &rqstp->rq_flags); in svc_sock_secure_port()
Completed in 10 milliseconds