1. NAME

xprt_register_transport - register a transport implementation

2. SYNOPSIS

int xprt_register_transport(struct xprt_class *  transport );

3. ARGUMENTS

transport
    transport to register

4. DESCRIPTION

If a transport implementation is loaded as a kernel module, it can call this interface to make itself known to the RPC client.

5. 0

transport successfully registered -EEXIST: transport already registered -EINVAL: transport module being unloaded

6. COPYRIGHT