Home
last modified time | relevance | path

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

/Linux-v5.4/fs/nfsd/
Dnfscache.c450 if (!test_bit(RQ_SECURE, &rqstp->rq_flags) && rp->c_secure) in nfsd_cache_lookup()
540 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-v5.4/include/linux/sunrpc/
Dsvc.h264 #define RQ_SECURE (0) /* secure port */ macro
/Linux-v5.4/net/sunrpc/xprtrdma/
Dsvc_rdma_transport.c655 set_bit(RQ_SECURE, &rqstp->rq_flags); in svc_rdma_secure_port()
/Linux-v5.4/net/sunrpc/
Dsvcsock.c370 set_bit(RQ_SECURE, &rqstp->rq_flags); in svc_sock_secure_port()
372 clear_bit(RQ_SECURE, &rqstp->rq_flags); in svc_sock_secure_port()
/Linux-v5.4/include/trace/events/
Dsunrpc.h837 { (1UL << RQ_SECURE), "RQ_SECURE"}, \