Lines Matching refs:cb
39 static void ecn_parse(struct xt_option_call *cb)
41 struct ipt_ecn_info *einfo = cb->data;
43 xtables_option_parse(cb);
44 switch (cb->entry->id) {
47 if (cb->invert)
52 if (cb->invert)
56 if (cb->invert)
59 einfo->ip_ect = cb->val.u8;
64 static void ecn_check(struct xt_fcheck_call *cb)
66 if (cb->xflags == 0)