Lines Matching refs:cb
55 static void NFQUEUE_parse(struct xt_option_call *cb)
57 xtables_option_parse(cb);
58 if (cb->entry->id == O_QUEUE_BALANCE)
63 static void NFQUEUE_parse_v1(struct xt_option_call *cb)
65 struct xt_NFQ_info_v1 *info = cb->data;
66 const uint16_t *r = cb->val.u16_range;
68 xtables_option_parse(cb);
69 switch (cb->entry->id) {
71 if (cb->nvals != 2)
73 "Bad range \"%s\"", cb->arg);
83 static void NFQUEUE_parse_v2(struct xt_option_call *cb)
85 struct xt_NFQ_info_v2 *info = cb->data;
87 NFQUEUE_parse_v1(cb);
88 switch (cb->entry->id) {