1RELAY_RESET(9)              relay interface support             RELAY_RESET(9)
2
3
4

NAME

6       relay_reset - reset the channel
7

SYNOPSIS

9       void relay_reset(struct rchan * chan);
10

ARGUMENTS

12       chan
13           the channel
14

DESCRIPTION

16       This has the effect of erasing all data from all channel buffers and
17       restarting the channel in its initial state. The buffers are not freed,
18       so any mappings are still in effect.
19
20       NOTE. Care should be taken that the channel isn't actually being used
21       by anything when this call is made.
22
24Kernel Hackers Manual 3.10         June 2019                    RELAY_RESET(9)
Impressum