Home | History | Annotate | Download | only in extensions

Lines Matching refs:cb

40 static void ecn_parse(struct xt_option_call *cb)
42 struct xt_ecn_info *einfo = cb->data;
44 xtables_option_parse(cb);
45 switch (cb->entry->id) {
48 if (cb->invert)
53 if (cb->invert)
57 if (cb->invert)
60 einfo->ip_ect = cb->val.u8;
65 static void ecn_check(struct xt_fcheck_call *cb)
67 if (cb->xflags == 0)