Searched refs:cleanup_entry (Results 1 – 3 of 3) sorted by relevance
| /Linux-v4.19/net/ipv4/netfilter/ |
| D | arp_tables.c | 496 static inline void cleanup_entry(struct arpt_entry *e) in cleanup_entry() function 582 cleanup_entry(iter); in translate_table() 925 cleanup_entry(iter); in __do_replace() 988 cleanup_entry(iter); in do_replace() 1284 cleanup_entry(iter); in compat_do_replace() 1523 cleanup_entry(iter); in __arpt_unregister_table()
|
| D | ip_tables.c | 640 cleanup_entry(struct ipt_entry *e, struct net *net) in cleanup_entry() function 731 cleanup_entry(iter, net); in translate_table() 1088 cleanup_entry(iter, net); in __do_replace() 1151 cleanup_entry(iter, net); in do_replace() 1534 cleanup_entry(iter, net); in compat_do_replace() 1752 cleanup_entry(iter, net); in __ipt_unregister_table()
|
| /Linux-v4.19/net/ipv6/netfilter/ |
| D | ip6_tables.c | 657 static void cleanup_entry(struct ip6t_entry *e, struct net *net) in cleanup_entry() function 748 cleanup_entry(iter, net); in translate_table() 1105 cleanup_entry(iter, net); in __do_replace() 1168 cleanup_entry(iter, net); in do_replace() 1543 cleanup_entry(iter, net); in compat_do_replace() 1761 cleanup_entry(iter, net); in __ip6t_unregister_table()
|