Searched refs:compat_do_replace (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/net/ipv4/netfilter/ |
| H A D | arp_tables.c | 1248 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()
|
| H A D | ip_tables.c | 1489 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()
|
| /OK3568_Linux_fs/kernel/net/ipv6/netfilter/ |
| H A D | ip6_tables.c | 1499 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()
|
| /OK3568_Linux_fs/kernel/net/bridge/netfilter/ |
| H A D | ebtables.c | 2135 static int compat_do_replace(struct net *net, sockptr_t arg, unsigned int len) in compat_do_replace() function 2405 ret = compat_do_replace(net, arg, len); in do_ebt_set_ctl()
|