Home
last modified time | relevance | path

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

/Linux-v5.15/fs/nfsd/
Dnfscache.c476 if (!test_bit(RQ_SECURE, &rqstp->rq_flags) && rp->c_secure) in nfsd_cache_lookup()
570 rp->c_secure = test_bit(RQ_SECURE, &rqstp->rq_flags); in nfsd_cache_update()
Dnfsfh.c99 return test_bit(RQ_SECURE, &rqstp->rq_flags); in nfsd_originating_port_ok()
/Linux-v5.15/include/linux/sunrpc/
Dsvc.h270 #define RQ_SECURE (0) /* secure port */ macro
/Linux-v5.15/net/sunrpc/xprtrdma/
Dsvc_rdma_transport.c605 set_bit(RQ_SECURE, &rqstp->rq_flags); in svc_rdma_secure_port()
/Linux-v5.15/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()