relay_destroy_channel(9) free the channel struct

SYNOPSIS

void relay_destroy_channel(struct kref * kref);

ARGUMENTS

kref

target kernel reference that contains the relay channel

DESCRIPTION

Should only be called from kref_put.

COPYRIGHT