tcf_ematch_ops
struct tcf_ematch_ops;
struct tcf_ematch_ops * ops;
int tcf_em_register(struct tcf_ematch_ops *);
void tcf_em_unregister(struct tcf_ematch_ops *);
static struct tcf_ematch_ops em_canid_ops = {
static struct tcf_ematch_ops em_cmp_ops = {
static struct tcf_ematch_ops em_ipset_ops = {
static struct tcf_ematch_ops em_ipt_ops = {
static struct tcf_ematch_ops em_meta_ops = {
static struct tcf_ematch_ops em_nbyte_ops = {
static struct tcf_ematch_ops em_text_ops = {
static struct tcf_ematch_ops em_u32_ops = {
int tcf_em_register(struct tcf_ematch_ops *ops)
struct tcf_ematch_ops *e;
void tcf_em_unregister(struct tcf_ematch_ops *ops)
static struct tcf_ematch_ops *tcf_em_lookup(u16 kind)
struct tcf_ematch_ops *e = NULL;