Home | History | Annotate | Download | only in extensions

Lines Matching refs:cb

94 static void REJECT_parse(struct xt_option_call *cb)
96 struct ipt_reject_info *reject = cb->data;
99 xtables_option_parse(cb);
102 cb->arg, strlen(cb->arg)) == 0 ||
104 cb->arg, strlen(cb->arg)) == 0) {
109 if (strncasecmp("echo-reply", cb->arg, strlen(cb->arg)) == 0 ||
110 strncasecmp("echoreply", cb->arg, strlen(cb->arg)) == 0)
114 "unknown reject type \"%s\"", cb->arg);