Home | History | Annotate | Download | only in extensions

Lines Matching refs:info

44 	struct ipt_set_info_match *info = 
48 memset(info, 0, sizeof(struct ipt_set_info_match));
60 struct ipt_set_info *info = &myinfo->match_set;
64 if (info->flags[0])
70 info->flags[0] |= IPSET_MATCH_INV;
83 get_set_byname(argv[optind - 1], info);
84 parse_bindings(argv[optind], info);
85 DEBUGP("parse: set index %u\n", info->index);
108 print_match(const char *prefix, const struct ipt_set_info *info)
113 get_set_byid(setname, info->index);
115 (info->flags[0] & IPSET_MATCH_INV) ? "! " : "",
119 if (!info->flags[i])
123 info->flags[i] & IPSET_SRC ? "src" : "dst");
133 struct ipt_set_info_match *info =
136 print_match("set", &info->match_set);
143 struct ipt_set_info_match *info =
146 print_match("--set", &info->match_set);