Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/sunrpc/
Dsched.h124 #define RPC_TASK_NULLCREDS 0x0010 /* Use AUTH_NULL credential */ macro
/Linux-v6.6/net/sunrpc/
Dauth.c675 else if (flags & RPC_TASK_NULLCREDS) in rpcauth_bindcred()
Dclnt.c2835 RPC_TASK_NULLCREDS, in rpc_call_null_helper()
2872 .flags = RPC_TASK_SOFT | RPC_TASK_SOFTCONN | RPC_TASK_NULLCREDS, in rpc_ping_noreply()
/Linux-v6.6/include/trace/events/
Dsunrpc.h344 { RPC_TASK_NULLCREDS, "NULLCREDS" }, \