Searched refs:__do_replace (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/net/ipv4/netfilter/ |
D | arp_tables.c | 1000 static int __do_replace(struct net *net, const char *name, in __do_replace() function 1113 ret = __do_replace(net, tmp.name, tmp.valid_hooks, newinfo, in do_replace() 1425 ret = __do_replace(net, tmp.name, tmp.valid_hooks, newinfo, in compat_do_replace()
|
D | ip_tables.c | 1186 __do_replace(struct net *net, const char *name, unsigned int valid_hooks, in __do_replace() function 1295 ret = __do_replace(net, tmp.name, tmp.valid_hooks, newinfo, in do_replace() 1696 ret = __do_replace(net, tmp.name, tmp.valid_hooks, newinfo, in compat_do_replace()
|
/linux-4.4.14/net/ipv6/netfilter/ |
D | ip6_tables.c | 1198 __do_replace(struct net *net, const char *name, unsigned int valid_hooks, in __do_replace() function 1307 ret = __do_replace(net, tmp.name, tmp.valid_hooks, newinfo, in do_replace() 1698 ret = __do_replace(net, tmp.name, tmp.valid_hooks, newinfo, in compat_do_replace()
|