Lines Matching defs:match
115 static void recent_init(struct xt_entry_match *match, unsigned int rev) in recent_init()
179 static void recent_print(const void *ip, const struct xt_entry_match *match, in recent_print()
220 static void recent_save(const void *ip, const struct xt_entry_match *match, in recent_save()
261 static void recent_init_v0(struct xt_entry_match *match) in recent_init_v0()
266 static void recent_init_v1(struct xt_entry_match *match) in recent_init_v1()
271 static void recent_save_v0(const void *ip, const struct xt_entry_match *match) in recent_save_v0()
276 static void recent_save_v4(const void *ip, const struct xt_entry_match *match) in recent_save_v4()
281 static void recent_save_v6(const void *ip, const struct xt_entry_match *match) in recent_save_v6()
286 static void recent_print_v0(const void *ip, const struct xt_entry_match *match, in recent_print_v0()
292 static void recent_print_v4(const void *ip, const struct xt_entry_match *match, in recent_print_v4()
298 static void recent_print_v6(const void *ip, const struct xt_entry_match *match, in recent_print_v6()