Lines Matching refs:cb
73 static void CLUSTERIP_parse(struct xt_option_call *cb)
75 struct ipt_clusterip_tgt_info *cipinfo = cb->data;
77 xtables_option_parse(cb);
78 switch (cb->entry->id) {
83 if (strcmp(cb->arg, "sourceip") == 0)
85 else if (strcmp(cb->arg, "sourceip-sourceport") == 0)
87 else if (strcmp(cb->arg, "sourceip-sourceport-destport") == 0)
91 cb->arg);
103 static void CLUSTERIP_check(struct xt_fcheck_call *cb)
105 if (cb->xflags == 0)
107 if ((cb->xflags & F_FULL) == F_FULL)