Lines Matching refs:match

111 		if (e->match.reqid)  in policy_parse()
114 e->match.reqid = 1; in policy_parse()
119 if (e->match.spi) in policy_parse()
122 e->match.spi = 1; in policy_parse()
127 if (e->match.saddr) in policy_parse()
131 e->match.saddr = 1; in policy_parse()
137 if (e->match.daddr) in policy_parse()
140 e->match.daddr = 1; in policy_parse()
146 if (e->match.proto) in policy_parse()
154 e->match.proto = 1; in policy_parse()
158 if (e->match.mode) in policy_parse()
161 e->match.mode = 1; in policy_parse()
211 !(e->match.reqid || e->match.spi || e->match.saddr || in policy_check()
212 e->match.daddr || e->match.proto || e->match.mode)) in policy_check()
219 if ((e->match.saddr || e->match.daddr) in policy_check()
267 if (e->match.reqid) { in print_entry()
271 if (e->match.spi) { in print_entry()
275 if (e->match.proto) { in print_entry()
279 if (e->match.mode) { in print_entry()
283 if (e->match.daddr) { in print_entry()
294 if (e->match.saddr) { in print_entry()
323 static void policy4_print(const void *ip, const struct xt_entry_match *match, in policy4_print() argument
326 const struct xt_policy_info *info = (void *)match->data; in policy4_print()
338 static void policy6_print(const void *ip, const struct xt_entry_match *match, in policy6_print() argument
341 const struct xt_policy_info *info = (void *)match->data; in policy6_print()
353 static void policy4_save(const void *ip, const struct xt_entry_match *match) in policy4_save() argument
355 const struct xt_policy_info *info = (void *)match->data; in policy4_save()
366 static void policy6_save(const void *ip, const struct xt_entry_match *match) in policy6_save() argument
368 const struct xt_policy_info *info = (void *)match->data; in policy6_save()