Lines Matching defs:info
77 struct xt_NFQ_info_v1 *info = cb->data;
89 info->queuenum = r[0];
90 info->queues_total = r[1] - r[0] + 1;
97 struct xt_NFQ_info_v2 *info = cb->data;
102 info->bypass = 1;
109 struct xt_NFQ_info_v3 *info = cb->data;
114 info->flags |= NFQ_FLAG_CPU_FANOUT;
144 const struct xt_NFQ_info_v2 *info = (void *) target->data;
147 if (info->bypass & NFQ_FLAG_BYPASS)
154 const struct xt_NFQ_info_v3 *info = (void *)target->data;
157 if (info->flags & NFQ_FLAG_CPU_FANOUT)
184 const struct xt_NFQ_info_v2 *info = (void *) target->data;
188 if (info->bypass & NFQ_FLAG_BYPASS)
195 const struct xt_NFQ_info_v3 *info = (void *)target->data;
198 if (info->flags & NFQ_FLAG_CPU_FANOUT)