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)
98 if (kind == e->kind) {
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)
182 if (em_hdr->kind == TCF_EM_CONTAINER) {
212 em->ops = tcf_em_lookup(em_hdr->kind);
218 request_module("ematch-kind-%u", em_hdr->kind);
220 em->ops = tcf_em_lookup(em_hdr->kind);
292 * @tp: classifier kind handle
460 .kind = em->ops ? em->ops->kind : TCF_EM_CONTAINER,