Home
last modified time | relevance | path

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

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