Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/sunrpc/
A Drpcb_clnt.c812 *p++ = cpu_to_be32(rpcb->r_prog); in rpcb_enc_mapping()
813 *p++ = cpu_to_be32(rpcb->r_vers); in rpcb_enc_mapping()
814 *p++ = cpu_to_be32(rpcb->r_prot); in rpcb_enc_mapping()
815 *p = cpu_to_be32(rpcb->r_port); in rpcb_enc_mapping()
821 struct rpcbind_args *rpcb = data; in rpcb_dec_getport() local
825 rpcb->r_port = 0; in rpcb_dec_getport()
835 rpcb->r_port = port; in rpcb_dec_getport()
877 *p++ = cpu_to_be32(rpcb->r_prog); in rpcb_enc_getaddr()
878 *p = cpu_to_be32(rpcb->r_vers); in rpcb_enc_getaddr()
888 struct rpcbind_args *rpcb = data; in rpcb_dec_getaddr() local
[all …]

Completed in 4 milliseconds