Lines Matching defs:mk
350 scan_marks(npf_conf_info_t *ctx, const struct mark_keyword_mapent *mk,
362 target_list = mk->format ? &sublist : &ctx->list[mk->list_id];
373 if (m == mk->mark) {
382 assert(mk->fwords == nwords);
384 if (mk->printfn) {
387 if ((val = mk->printfn(ctx, marks)) != NULL) {
400 easprintf(&val, verified_fmt(mk->format, "%s"), elements );
401 list_push(&ctx->list[mk->list_id], val);
504 const struct mark_keyword_mapent *mk = &mark_keyword_map[i];
505 scan_marks(ctx, mk, marks, mlen);