3
0
Fork 0
forked from mirrors/linux
kernel/include/linux/sunrpc
Chuck Lever 631c2925ba xdrgen: Keep track of on-the-wire data type widths
The generic parts of the RPC layer need to know the widths (in
XDR_UNIT increments) of the XDR data types defined for each
protocol.

As a first step, add dictionaries to keep track of the symbolic and
actual maximum XDR width of XDR types.

This makes it straightforward to look up the width of a type by its
name. The built-in dictionaries are pre-loaded with the widths of
the built-in XDR types as defined in RFC 4506.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
2024-11-11 13:42:01 -05:00
..
xdrgen xdrgen: Keep track of on-the-wire data type widths 2024-11-11 13:42:01 -05:00
addr.h
auth.h
auth_gss.h
bc_xprt.h
cache.h
clnt.h
debug.h
gss_api.h
gss_asn1.h
gss_err.h
gss_krb5.h
metrics.h
msg_prot.h
rdma_rn.h
rpc_pipe_fs.h
rpc_rdma.h
rpc_rdma_cid.h
sched.h SUNRPC: convert RPC_TASK_* constants to enum 2024-09-23 15:03:13 -04:00
stats.h
svc.h SUNRPC: replace program list with program array 2024-09-23 15:03:30 -04:00
svc_rdma.h svcrdma: Handle device removal outside of the CM event handler 2024-09-20 19:31:03 -04:00
svc_rdma_pcl.h
svc_xprt.h
svcauth.h SUNRPC: add svcauth_map_clnt_to_svc_cred_local 2024-09-23 15:03:30 -04:00
svcauth_gss.h
svcsock.h SUNRPC: make various functions static, or not exported. 2024-09-01 10:04:56 -04:00
timer.h
types.h
xdr.h xdrgen: Implement big-endian enums 2024-11-11 13:42:00 -05:00
xprt.h
xprtmultipath.h
xprtrdma.h
xprtsock.h