Searched refs:cleanup_match (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/net/ipv4/netfilter/ |
D | ip_tables.c | 593 cleanup_match(struct ipt_entry_match *m, unsigned int *i) in cleanup_match() function 727 IPT_MATCH_ITERATE(e, cleanup_match, &j); in check_entry() 783 IPT_MATCH_ITERATE(e, cleanup_match, NULL); in cleanup_entry()
|
/linux-2.4.37.9/net/ipv6/netfilter/ |
D | ip6_tables.c | 678 cleanup_match(struct ip6t_entry_match *m, unsigned int *i) in cleanup_match() function 812 IP6T_MATCH_ITERATE(e, cleanup_match, &j); in check_entry() 868 IP6T_MATCH_ITERATE(e, cleanup_match, NULL); in cleanup_entry()
|