TCF_EM_UNREGISTER

Section: (9)
Updated: 09 October 2005
Index Return to Main Contents

 

NAME

tcf_em_unregister - unregster and extended match  

SYNOPSIS

"SYNOPSIS"

int tcf_em_unregister (struct tcf_ematch_ops * ops);  

ARGUMENTS

ops
ematch operations lookup table
 

DESCRIPTION

This function must be called by ematches to announce their disappearance for examples when the module gets unloaded. The ops parameter must be the same as the one used for registration.

Returns -ENOENT if no matching ematch was found.  

DESCRIPTION

This function must be called by ematches to announce their disappearance for examples when the module gets unloaded. The ops parameter must be the same as the one used for registration.

Returns -ENOENT if no matching ematch was found.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 00:02:54 GMT, October 09, 2005