Home
last modified time | relevance | path

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

/net/sunrpc/
Drpcb_clnt.c130 static const struct rpc_procinfo rpcb_procedures2[]; variable
447 msg.rpc_proc = &rpcb_procedures2[RPCBPROC_UNSET]; in rpcb_register()
449 msg.rpc_proc = &rpcb_procedures2[RPCBPROC_SET]; in rpcb_register()
935 static const struct rpc_procinfo rpcb_procedures2[] = { variable
1037 .rpc_proc = &rpcb_procedures2[RPCBPROC_GETPORT],
1058 static unsigned int rpcb_version2_counts[ARRAY_SIZE(rpcb_procedures2)];
1061 .nrprocs = ARRAY_SIZE(rpcb_procedures2),
1062 .procs = rpcb_procedures2,