1. NAME

relay_destroy_channel - free the channel struct

2. SYNOPSIS

void relay_destroy_channel(struct kref *  kref );

3. ARGUMENTS

kref
    target kernel reference that contains the relay channel

4. DESCRIPTION

Should only be called from kref_put.

5. COPYRIGHT