Searched refs:cleanup_entry (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.10/net/ipv4/netfilter/ |
| D | arp_tables.c | 499 static void cleanup_entry(struct arpt_entry *e, struct net *net) in cleanup_entry() function 588 cleanup_entry(iter, net); in translate_table() 930 cleanup_entry(iter, net); in __do_replace() 992 cleanup_entry(iter, net); in do_replace() 1288 cleanup_entry(iter, net); in compat_do_replace() 1491 cleanup_entry(iter, net); in __arpt_unregister_table()
|
| D | ip_tables.c | 637 cleanup_entry(struct ipt_entry *e, struct net *net) in cleanup_entry() function 728 cleanup_entry(iter, net); in translate_table() 1084 cleanup_entry(iter, net); in __do_replace() 1147 cleanup_entry(iter, net); in do_replace() 1529 cleanup_entry(iter, net); in compat_do_replace() 1709 cleanup_entry(iter, net); in __ipt_unregister_table()
|
| /Linux-v5.10/net/ipv6/netfilter/ |
| D | ip6_tables.c | 654 static void cleanup_entry(struct ip6t_entry *e, struct net *net) in cleanup_entry() function 745 cleanup_entry(iter, net); in translate_table() 1101 cleanup_entry(iter, net); in __do_replace() 1164 cleanup_entry(iter, net); in do_replace() 1538 cleanup_entry(iter, net); in compat_do_replace() 1718 cleanup_entry(iter, net); in __ip6t_unregister_table()
|