Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/sunrpc/
Dclnt.h156 #define RPC_CLNT_CREATE_REUSEPORT (1UL << 11) macro
/kernel/linux/linux-5.10/fs/lockd/
Dhost.c463 RPC_CLNT_CREATE_REUSEPORT), in nlm_bind_host()
/kernel/linux/linux-5.10/fs/nfs/
Dclient.c531 args.flags |= RPC_CLNT_CREATE_REUSEPORT; in nfs_create_rpc_client()
/kernel/linux/linux-5.10/net/sunrpc/
Dclnt.c590 if (args->flags & RPC_CLNT_CREATE_REUSEPORT) in rpc_create()