Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/sunrpc/
H A Dsched.h124 #define RPC_TASK_NULLCREDS 0x0010 /* Use AUTH_NULL credential */ macro
/openbmc/linux/net/sunrpc/
H A Dauth.c672 else if (flags & RPC_TASK_NULLCREDS) in rpcauth_bindcred()
H A Dclnt.c2842 RPC_TASK_NULLCREDS, in rpc_call_null_helper()
2879 .flags = RPC_TASK_SOFT | RPC_TASK_SOFTCONN | RPC_TASK_NULLCREDS, in rpc_ping_noreply()
/openbmc/linux/include/trace/events/
H A Dsunrpc.h344 { RPC_TASK_NULLCREDS, "NULLCREDS" }, \