Scroll to navigation

XPRT_RESERVE_XPRT(9) Linux Networking XPRT_RESERVE_XPRT(9)

NAME

xprt_reserve_xprt - serialize write access to transports

SYNOPSIS

int xprt_reserve_xprt(struct rpc_xprt * xprt, struct rpc_task * task);

ARGUMENTS

struct rpc_xprt * xprt
pointer to the target transport

struct rpc_task * task

task that is requesting access to the transport

DESCRIPTION

This prevents mixing the payload of separate requests, and prevents transport connects from colliding with writes. No congestion control is provided.

COPYRIGHT

July 2017 Kernel Hackers Manual 4.11