1RELAY_CREATE_BUF(9) relay interface support RELAY_CREATE_BUF(9)
23
4
NAME
6relay_create_buf - allocate and initialize a channel buffer
7
SYNOPSIS
9struct rchan_buf * relay_create_buf(struct rchan * chan);
10
ARGUMENTS
12chan
13the relay channel
14
DESCRIPTION
16Returns channel buffer if successful, NULL otherwise.
17
COPYRIGHT
19Kernel Hackers Manual 2.6. June 2019 RELAY_CREATE_BUF(9)