Home | History | Annotate | Download | only in npfctl

Lines Matching defs:mk

392 scan_marks(npf_conf_info_t *ctx, const struct mark_keyword_mapent *mk,
404 target_list = mk->format ? &sublist : &ctx->list[mk->list_id];
415 if (m == mk->mark) {
424 assert(mk->fwords == nwords);
426 if (mk->printfn) {
429 if ((val = mk->printfn(ctx, marks)) != NULL) {
442 easprintf(&val, verified_fmt(mk->format, "%s"), elements );
443 list_push(&ctx->list[mk->list_id], val);
584 const struct mark_keyword_mapent *mk = &mark_keyword_mapl2[i];
585 scan_marks(ctx, mk, marks, mlen);
592 const struct mark_keyword_mapent *mk = &mark_keyword_map[i];
593 scan_marks(ctx, mk, marks, mlen);