Home
last modified time | relevance | path

Searched refs:RPC_TASK_NULLCREDS (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/include/linux/sunrpc/
Dsched.h124 #define RPC_TASK_NULLCREDS 0x0010 /* Use AUTH_NULL credential */ macro
/Linux-v5.4/net/sunrpc/
Dclnt.c2727 RPC_TASK_NULLCREDS); in rpc_ping()
2746 .flags = flags | RPC_TASK_NULLCREDS, in rpc_call_null_helper()
2810 RPC_TASK_SOFT|RPC_TASK_SOFTCONN|RPC_TASK_ASYNC|RPC_TASK_NULLCREDS, in rpc_clnt_test_and_add_xprt()
2855 RPC_TASK_SOFT | RPC_TASK_SOFTCONN | RPC_TASK_NULLCREDS, in rpc_clnt_setup_test_and_add_xprt()
Dauth.c720 else if (flags & RPC_TASK_NULLCREDS) in rpcauth_bindcred()