Home
last modified time | relevance | path

Searched refs:compat_do_replace (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/net/ipv4/netfilter/
Darp_tables.c1248 static int compat_do_replace(struct net *net, sockptr_t arg, unsigned int len) in compat_do_replace() function
1417 ret = compat_do_replace(sock_net(sk), arg, len); in do_arpt_set_ctl()
Dip_tables.c1489 compat_do_replace(struct net *net, sockptr_t arg, unsigned int len) in compat_do_replace() function
1626 ret = compat_do_replace(sock_net(sk), arg, len); in do_ipt_set_ctl()
/Linux-v5.15/net/ipv6/netfilter/
Dip6_tables.c1499 compat_do_replace(struct net *net, sockptr_t arg, unsigned int len) in compat_do_replace() function
1636 ret = compat_do_replace(sock_net(sk), arg, len); in do_ip6t_set_ctl()
/Linux-v5.15/net/bridge/netfilter/
Debtables.c2252 static int compat_do_replace(struct net *net, sockptr_t arg, unsigned int len) in compat_do_replace() function
2522 ret = compat_do_replace(net, arg, len); in do_ebt_set_ctl()