• Home
  • Raw
  • Download

Lines Matching refs:match

108 		if (e->match.reqid)  in policy_parse()
111 e->match.reqid = 1; in policy_parse()
116 if (e->match.spi) in policy_parse()
119 e->match.spi = 1; in policy_parse()
124 if (e->match.saddr) in policy_parse()
128 e->match.saddr = 1; in policy_parse()
134 if (e->match.daddr) in policy_parse()
137 e->match.daddr = 1; in policy_parse()
143 if (e->match.proto) in policy_parse()
151 e->match.proto = 1; in policy_parse()
155 if (e->match.mode) in policy_parse()
158 e->match.mode = 1; in policy_parse()
208 !(e->match.reqid || e->match.spi || e->match.saddr || in policy_check()
209 e->match.daddr || e->match.proto || e->match.mode)) in policy_check()
216 if ((e->match.saddr || e->match.daddr) in policy_check()
264 if (e->match.reqid) { in print_entry()
268 if (e->match.spi) { in print_entry()
272 if (e->match.proto) { in print_entry()
276 if (e->match.mode) { in print_entry()
280 if (e->match.daddr) { in print_entry()
291 if (e->match.saddr) { in print_entry()
320 static void policy4_print(const void *ip, const struct xt_entry_match *match, in policy4_print() argument
323 const struct xt_policy_info *info = (void *)match->data; in policy4_print()
335 static void policy6_print(const void *ip, const struct xt_entry_match *match, in policy6_print() argument
338 const struct xt_policy_info *info = (void *)match->data; in policy6_print()
350 static void policy4_save(const void *ip, const struct xt_entry_match *match) in policy4_save() argument
352 const struct xt_policy_info *info = (void *)match->data; in policy4_save()
363 static void policy6_save(const void *ip, const struct xt_entry_match *match) in policy6_save() argument
365 const struct xt_policy_info *info = (void *)match->data; in policy6_save()