Searched refs:ip_set_get_ipaddr6 (Results 1 – 10 of 10) sorted by relevance
| /linux/net/netfilter/ipset/ |
| H A D | ip_set_hash_ipportip.c | 308 ret = ip_set_get_ipaddr6(tb[IPSET_ATTR_IP], &e.ip); in hash_ipportip6_uadt() 316 ret = ip_set_get_ipaddr6(tb[IPSET_ATTR_IP2], &e.ip2); in hash_ipportip6_uadt()
|
| H A D | ip_set_hash_netnet.c | 433 ret = ip_set_get_ipaddr6(tb[IPSET_ATTR_IP], &e.ip[0]); in hash_netnet6_uadt() 437 ret = ip_set_get_ipaddr6(tb[IPSET_ATTR_IP2], &e.ip[1]); in hash_netnet6_uadt()
|
| H A D | ip_set_hash_ipportnet.c | 449 ret = ip_set_get_ipaddr6(tb[IPSET_ATTR_IP], &e.ip); in hash_ipportnet6_uadt() 457 ret = ip_set_get_ipaddr6(tb[IPSET_ATTR_IP2], &e.ip2); in hash_ipportnet6_uadt()
|
| H A D | ip_set_hash_ip.c | 257 ret = ip_set_get_ipaddr6(tb[IPSET_ATTR_IP], &e.ip); in hash_ip6_uadt()
|
| H A D | ip_set_hash_ipmark.c | 260 ret = ip_set_get_ipaddr6(tb[IPSET_ATTR_IP], &e.ip); in hash_ipmark6_uadt()
|
| H A D | ip_set_hash_net.c | 327 ret = ip_set_get_ipaddr6(tb[IPSET_ATTR_IP], &e.ip); in hash_net6_uadt()
|
| H A D | ip_set_hash_ipport.c | 313 ret = ip_set_get_ipaddr6(tb[IPSET_ATTR_IP], &e.ip); in hash_ipport6_uadt()
|
| H A D | ip_set_hash_netport.c | 397 ret = ip_set_get_ipaddr6(tb[IPSET_ATTR_IP], &e.ip); in hash_netport6_uadt()
|
| H A D | ip_set_core.c | 305 ip_set_get_ipaddr6(struct nlattr *nla, union nf_inet_addr *ipaddr) in ip_set_get_ipaddr6() function 322 EXPORT_SYMBOL_GPL(ip_set_get_ipaddr6);
|
| /linux/include/linux/netfilter/ipset/ |
| H A D | ip_set.h | 334 extern int ip_set_get_ipaddr6(struct nlattr *nla, union nf_inet_addr *ipaddr);
|