1RELAY_REMOVE_BUF(9) relay interface support RELAY_REMOVE_BUF(9)
23
4
NAME
6relay_remove_buf - remove a channel buffer
7
SYNOPSIS
9void relay_remove_buf(struct kref * kref);
10
ARGUMENTS
12kref
13target kernel reference that contains the relay buffer
14
DESCRIPTION
16Removes the file from the fileystem, which also frees the
17rchan_buf_struct and the channel buffer. Should only be called from
18kref_put.
19
COPYRIGHT
21Kernel Hackers Manual 2.6. June 2019 RELAY_REMOVE_BUF(9)