Home
last modified time | relevance | path

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

/linux-4.1.27/fs/nfsd/
Dnfscache.c497 if (!test_bit(RQ_SECURE, &rqstp->rq_flags) && rp->c_secure) in nfsd_cache_lookup()
586 rp->c_secure = test_bit(RQ_SECURE, &rqstp->rq_flags); in nfsd_cache_update()
Dnfsfh.c89 if (!test_bit(RQ_SECURE, &rqstp->rq_flags) && !(flags & NFSEXP_INSECURE_PORT)) { in nfsd_setuser_and_check_port()
/linux-4.1.27/include/linux/sunrpc/
Dsvc.h257 #define RQ_SECURE (0) /* secure port */ macro
/linux-4.1.27/net/sunrpc/
Dsvc_xprt.c831 set_bit(RQ_SECURE, &rqstp->rq_flags); in svc_recv()
833 clear_bit(RQ_SECURE, &rqstp->rq_flags); in svc_recv()
/linux-4.1.27/include/trace/events/
Dsunrpc.h444 { (1UL << RQ_SECURE), "RQ_SECURE"}, \