Home
last modified time | relevance | path

Searched refs:RQ_SECURE (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/fs/nfsd/
Dnfscache.c474 if (!test_bit(RQ_SECURE, &rqstp->rq_flags) && rp->c_secure) in nfsd_cache_lookup()
563 rp->c_secure = test_bit(RQ_SECURE, &rqstp->rq_flags); in nfsd_cache_update()
Dnfsfh.c97 return test_bit(RQ_SECURE, &rqstp->rq_flags); in nfsd_originating_port_ok()
/linux-4.19.296/include/linux/sunrpc/
Dsvc.h264 #define RQ_SECURE (0) /* secure port */ macro
/linux-4.19.296/include/trace/events/
Dsunrpc.h543 { (1UL << RQ_SECURE), "RQ_SECURE"}, \