.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "TCF_EM_UNREGISTER" "9" "09 October 2005" "" ""
.SH NAME
tcf_em_unregister \- unregster and extended match
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int tcf_em_unregister (struct tcf_ematch_ops * \fIops\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIops\fB\fR
ematch operations lookup table
.SH "DESCRIPTION"
.PP
This function must be called by ematches to announce their disappearance
for examples when the module gets unloaded. The \fIops\fR parameter must be
the same as the one used for registration.
.PP
Returns -ENOENT if no matching ematch was found.
.SH "DESCRIPTION"
.PP
This function must be called by ematches to announce their disappearance
for examples when the module gets unloaded. The \fIops\fR parameter must be
the same as the one used for registration.
.PP
Returns -ENOENT if no matching ematch was found.