Searched refs:compat_do_replace (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.10/net/ipv4/netfilter/ |
| D | arp_tables.c | 1246 static int compat_do_replace(struct net *net, sockptr_t arg, unsigned int len) in compat_do_replace() function 1415 ret = compat_do_replace(sock_net(sk), arg, len); in do_arpt_set_ctl()
|
| D | ip_tables.c | 1487 compat_do_replace(struct net *net, sockptr_t arg, unsigned int len) in compat_do_replace() function 1624 ret = compat_do_replace(sock_net(sk), arg, len); in do_ipt_set_ctl()
|
| /Linux-v5.10/net/ipv6/netfilter/ |
| D | ip6_tables.c | 1496 compat_do_replace(struct net *net, sockptr_t arg, unsigned int len) in compat_do_replace() function 1633 ret = compat_do_replace(sock_net(sk), arg, len); in do_ip6t_set_ctl()
|
| /Linux-v5.10/net/bridge/netfilter/ |
| D | ebtables.c | 2115 static int compat_do_replace(struct net *net, sockptr_t arg, unsigned int len) in compat_do_replace() function 2385 ret = compat_do_replace(net, arg, len); in do_ebt_set_ctl()
|