Home | History | Annotate | Download | only in extensions

Lines Matching refs:cb

52 static void cluster_parse(struct xt_option_call *cb)
54 struct xt_cluster_match_info *info = cb->data;
56 xtables_option_parse(cb);
57 switch (cb->entry->id) {
59 if (cb->invert)
61 info->node_mask = 1 << (cb->val.u32 - 1);
64 if (cb->invert)
70 static void cluster_check(struct xt_fcheck_call *cb)
72 const struct xt_cluster_match_info *info = cb->data;
76 if ((cb->xflags & test) == test) {
86 if ((cb->xflags & test) == test) {
94 if (!(cb->xflags & (F_CL_LOCAL_NODE | F_CL_LOCAL_NODEMASK)))