Searched refs:compat_do_replace (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/net/ipv4/netfilter/ |
D | arp_tables.c | 1249 static int compat_do_replace(struct net *net, sockptr_t arg, unsigned int len) in compat_do_replace() function 1418 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-v6.6/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-v6.6/net/bridge/netfilter/ |
D | ebtables.c | 2248 static int compat_do_replace(struct net *net, sockptr_t arg, unsigned int len) in compat_do_replace() function 2518 ret = compat_do_replace(net, arg, len); in do_ebt_set_ctl()
|