Home
last modified time | relevance | path

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

/linux-6.6.21/net/sunrpc/
Drpcb_clnt.c835 const struct rpcbind_args *rpcb = data; in rpcb_enc_mapping() local
839 *p++ = cpu_to_be32(rpcb->r_prog); in rpcb_enc_mapping()
840 *p++ = cpu_to_be32(rpcb->r_vers); in rpcb_enc_mapping()
841 *p++ = cpu_to_be32(rpcb->r_prot); in rpcb_enc_mapping()
842 *p = cpu_to_be32(rpcb->r_port); in rpcb_enc_mapping()
848 struct rpcbind_args *rpcb = data; in rpcb_dec_getport() local
852 rpcb->r_port = 0; in rpcb_dec_getport()
862 rpcb->r_port = port; in rpcb_dec_getport()
900 const struct rpcbind_args *rpcb = data; in rpcb_enc_getaddr() local
904 *p++ = cpu_to_be32(rpcb->r_prog); in rpcb_enc_getaddr()
[all …]