Searched refs:cleanup_entry (Results 1 – 3 of 3) sorted by relevance
/linux-3.4.99/net/ipv4/netfilter/ |
D | arp_tables.c | 601 static inline void cleanup_entry(struct arpt_entry *e) in cleanup_entry() function 696 cleanup_entry(iter); in translate_table() 1038 cleanup_entry(iter); in __do_replace() 1102 cleanup_entry(iter); in do_replace() 1438 cleanup_entry(iter1); in translate_compat_table() 1528 cleanup_entry(iter); in compat_do_replace() 1817 cleanup_entry(iter); in arpt_unregister_table()
|
D | ip_tables.c | 766 cleanup_entry(struct ipt_entry *e, struct net *net) in cleanup_entry() function 861 cleanup_entry(iter, net); in translate_table() 1226 cleanup_entry(iter, net); in __do_replace() 1290 cleanup_entry(iter, net); in do_replace() 1761 cleanup_entry(iter1, net); in translate_compat_table() 1840 cleanup_entry(iter, net); in compat_do_replace() 2111 cleanup_entry(iter, net); in ipt_unregister_table()
|
/linux-3.4.99/net/ipv6/netfilter/ |
D | ip6_tables.c | 775 static void cleanup_entry(struct ip6t_entry *e, struct net *net) in cleanup_entry() function 870 cleanup_entry(iter, net); in translate_table() 1235 cleanup_entry(iter, net); in __do_replace() 1299 cleanup_entry(iter, net); in do_replace() 1770 cleanup_entry(iter1, net); in translate_compat_table() 1849 cleanup_entry(iter, net); in compat_do_replace() 2119 cleanup_entry(iter, net); in ip6t_unregister_table()
|