Home
last modified time | relevance | path

Searched refs:RPC_CLNT_CREATE_REUSEPORT (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/include/linux/sunrpc/
Dclnt.h173 #define RPC_CLNT_CREATE_REUSEPORT (1UL << 11) macro
/Linux-v6.6/fs/lockd/
Dhost.c463 RPC_CLNT_CREATE_REUSEPORT), in nlm_bind_host()
/Linux-v6.6/fs/nfs/
Dclient.c535 args.flags |= RPC_CLNT_CREATE_REUSEPORT; in nfs_create_rpc_client()
/Linux-v6.6/include/trace/events/
Dsunrpc.h166 { RPC_CLNT_CREATE_REUSEPORT, "REUSEPORT" })
/Linux-v6.6/net/sunrpc/
Dclnt.c609 if (args->flags & RPC_CLNT_CREATE_REUSEPORT) in rpc_create()