Searched refs:cleanup_entry (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/net/ipv4/netfilter/ |
D | arp_tables.c | 605 static inline void cleanup_entry(struct arpt_entry *e) in cleanup_entry() function 700 cleanup_entry(iter); in translate_table() 1042 cleanup_entry(iter); in __do_replace() 1109 cleanup_entry(iter); in do_replace() 1445 cleanup_entry(iter1); in translate_compat_table() 1538 cleanup_entry(iter); in compat_do_replace() 1827 cleanup_entry(iter); in arpt_unregister_table()
|
D | ip_tables.c | 769 cleanup_entry(struct ipt_entry *e, struct net *net) in cleanup_entry() function 864 cleanup_entry(iter, net); in translate_table() 1229 cleanup_entry(iter, net); in __do_replace() 1296 cleanup_entry(iter, net); in do_replace() 1767 cleanup_entry(iter1, net); in translate_compat_table() 1849 cleanup_entry(iter, net); in compat_do_replace() 2120 cleanup_entry(iter, net); in ipt_unregister_table()
|
/linux-4.1.27/net/ipv6/netfilter/ |
D | ip6_tables.c | 782 static void cleanup_entry(struct ip6t_entry *e, struct net *net) in cleanup_entry() function 877 cleanup_entry(iter, net); in translate_table() 1242 cleanup_entry(iter, net); in __do_replace() 1309 cleanup_entry(iter, net); in do_replace() 1780 cleanup_entry(iter1, net); in translate_compat_table() 1862 cleanup_entry(iter, net); in compat_do_replace() 2132 cleanup_entry(iter, net); in ip6t_unregister_table()
|