Home
last modified time | relevance | path

Searched refs:SPTLRPC_FLVR_PLAIN (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dsec_plain.c720 SPTLRPC_FLVR_BASE(SPTLRPC_FLVR_PLAIN) || in plain_accept()
722 SPTLRPC_FLVR_BULK_TYPE(SPTLRPC_FLVR_PLAIN)) { in plain_accept()
Dsec_config.c100 if (flvr->sf_rpc == SPTLRPC_FLVR_PLAIN) { in sptlrpc_parse_flavor()
Dsec.c159 return SPTLRPC_FLVR_PLAIN; in sptlrpc_name2flavor_base()
179 else if (base == SPTLRPC_FLVR_BASE(SPTLRPC_FLVR_PLAIN)) in sptlrpc_flavor2name_base()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlustre_sec.h191 #define SPTLRPC_FLVR_PLAIN \ macro