Home
last modified time | relevance | path

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

/Linux-v5.10/fs/nfsd/
Dnfscache.c459 if (!test_bit(RQ_SECURE, &rqstp->rq_flags) && rp->c_secure) in nfsd_cache_lookup()
553 rp->c_secure = test_bit(RQ_SECURE, &rqstp->rq_flags); in nfsd_cache_update()
Dnfsfh.c98 return test_bit(RQ_SECURE, &rqstp->rq_flags); in nfsd_originating_port_ok()
/Linux-v5.10/include/linux/sunrpc/
Dsvc.h265 #define RQ_SECURE (0) /* secure port */ macro
/Linux-v5.10/net/sunrpc/xprtrdma/
Dsvc_rdma_transport.c609 set_bit(RQ_SECURE, &rqstp->rq_flags); in svc_rdma_secure_port()
/Linux-v5.10/net/sunrpc/
Dsvcsock.c312 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()