Lines Matching full:kind
16 * by markers. Precedence is implemented by a special ematch kind
56 * .kind = unique id,
92 static struct tcf_ematch_ops *tcf_em_lookup(u16 kind) in tcf_em_lookup() argument
98 if (kind == e->kind) { in tcf_em_lookup()
116 * The given @ops must have kind set to a unique identifier and the
120 * Returns -EEXISTS if an ematch of the same kind has already registered.
132 if (ops->kind == e->kind) in tcf_em_register()
182 if (em_hdr->kind == TCF_EM_CONTAINER) { in tcf_em_validate()
212 em->ops = tcf_em_lookup(em_hdr->kind); in tcf_em_validate()
218 request_module("ematch-kind-%u", em_hdr->kind); in tcf_em_validate()
220 em->ops = tcf_em_lookup(em_hdr->kind); in tcf_em_validate()
290 * @tp: classifier kind handle
458 .kind = em->ops ? em->ops->kind : TCF_EM_CONTAINER, in tcf_em_tree_dump()