Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/include/linux/sunrpc/
Dsvc.h264 #define RQ_SECURE (0) /* secure port */ macro
/Linux-v4.19/net/sunrpc/xprtrdma/
Dsvc_rdma_transport.c713 set_bit(RQ_SECURE, &rqstp->rq_flags); in svc_rdma_secure_port()
/Linux-v4.19/net/sunrpc/
Dsvcsock.c397 set_bit(RQ_SECURE, &rqstp->rq_flags); in svc_sock_secure_port()
399 clear_bit(RQ_SECURE, &rqstp->rq_flags); in svc_sock_secure_port()
/Linux-v4.19/include/trace/events/
Dsunrpc.h543 { (1UL << RQ_SECURE), "RQ_SECURE"}, \