Home | History | Annotate | Download | only in extensions

Lines Matching refs:cb

56 static void tos_mt_parse_v0(struct xt_option_call *cb)
58 struct ipt_tos_info *info = cb->data;
60 xtables_option_parse(cb);
61 if (cb->val.tos_mask != 0xFF)
65 info->tos = cb->val.tos_value;
66 if (cb->invert)
70 static void tos_mt_parse(struct xt_option_call *cb)
72 struct xt_tos_match_info *info = cb->data;
74 xtables_option_parse(cb);
75 info->tos_value = cb->val.tos_value;
76 info->tos_mask = cb->val.tos_mask;
77 if (cb->invert)