TCF_EM_REGISTER

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

 

NAME

tcf_em_register - register an extended match  

SYNOPSIS

"SYNOPSIS"

int tcf_em_register (struct tcf_ematch_ops * ops);  

ARGUMENTS

ops
ematch operations lookup table
 

DESCRIPTION

This function must be called by ematches to announce their presence. The given ops must have kind set to a unique identifier and the callback match must be implemented. All other callbacks are optional and a fallback implementation is used instead.

Returns -EEXISTS if an ematch of the same kind has already registered.  

DESCRIPTION

This function must be called by ematches to announce their presence. The given ops must have kind set to a unique identifier and the callback match must be implemented. All other callbacks are optional and a fallback implementation is used instead.

Returns -EEXISTS if an ematch of the same kind has already registered.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
DESCRIPTION

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