Searched refs:ip_set_get_ipaddr6 (Results 1 – 12 of 12) sorted by relevance
/net/netfilter/ipset/ |
D | ip_set_hash_ipportip.c | 300 ret = ip_set_get_ipaddr6(tb[IPSET_ATTR_IP], &e.ip); in hash_ipportip6_uadt() 308 ret = ip_set_get_ipaddr6(tb[IPSET_ATTR_IP2], &e.ip2); in hash_ipportip6_uadt()
|
D | ip_set_hash_netnet.c | 414 ret = ip_set_get_ipaddr6(tb[IPSET_ATTR_IP], &e.ip[0]); in hash_netnet6_uadt() 418 ret = ip_set_get_ipaddr6(tb[IPSET_ATTR_IP2], &e.ip[1]); in hash_netnet6_uadt()
|
D | ip_set_hash_ipportnet.c | 439 ret = ip_set_get_ipaddr6(tb[IPSET_ATTR_IP], &e.ip); in hash_ipportnet6_uadt() 447 ret = ip_set_get_ipaddr6(tb[IPSET_ATTR_IP2], &e.ip2); in hash_ipportnet6_uadt()
|
D | ip_set_hash_netportnet.c | 478 ret = ip_set_get_ipaddr6(tb[IPSET_ATTR_IP], &e.ip[0]); in hash_netportnet6_uadt() 482 ret = ip_set_get_ipaddr6(tb[IPSET_ATTR_IP2], &e.ip[1]); in hash_netportnet6_uadt()
|
D | ip_set_hash_ipmac.c | 251 ret = ip_set_get_ipaddr6(tb[IPSET_ATTR_IP], &e.ip) || in hash_ipmac6_uadt()
|
D | ip_set_hash_ip.c | 255 ret = ip_set_get_ipaddr6(tb[IPSET_ATTR_IP], &e.ip); in hash_ip6_uadt()
|
D | ip_set_hash_ipmark.c | 246 ret = ip_set_get_ipaddr6(tb[IPSET_ATTR_IP], &e.ip); in hash_ipmark6_uadt()
|
D | ip_set_hash_ipport.c | 289 ret = ip_set_get_ipaddr6(tb[IPSET_ATTR_IP], &e.ip); in hash_ipport6_uadt()
|
D | ip_set_hash_net.c | 320 ret = ip_set_get_ipaddr6(tb[IPSET_ATTR_IP], &e.ip); in hash_net6_uadt()
|
D | ip_set_hash_netiface.c | 418 ret = ip_set_get_ipaddr6(tb[IPSET_ATTR_IP], &e.ip); in hash_netiface6_uadt()
|
D | ip_set_hash_netport.c | 392 ret = ip_set_get_ipaddr6(tb[IPSET_ATTR_IP], &e.ip); in hash_netport6_uadt()
|
D | ip_set_core.c | 311 ip_set_get_ipaddr6(struct nlattr *nla, union nf_inet_addr *ipaddr) in ip_set_get_ipaddr6() function 328 EXPORT_SYMBOL_GPL(ip_set_get_ipaddr6);
|