Searched refs:ip_set_get_ipaddr6 (Results 1 - 14 of 14) sorted by last modified time

/linux-master/net/netfilter/ipset/
H A Dip_set_hash_gen.h1534 ret = ip_set_get_ipaddr6(tb[IPSET_ATTR_BITMASK], &bitmask);
H A Dip_set_core.c298 ip_set_get_ipaddr6(struct nlattr *nla, union nf_inet_addr *ipaddr) function
315 EXPORT_SYMBOL_GPL(ip_set_get_ipaddr6); variable
H A Dip_set_hash_netiface.c435 ret = ip_set_get_ipaddr6(tb[IPSET_ATTR_IP], &e.ip);
H A Dip_set_hash_netportnet.c496 ret = ip_set_get_ipaddr6(tb[IPSET_ATTR_IP], &e.ip[0]);
500 ret = ip_set_get_ipaddr6(tb[IPSET_ATTR_IP2], &e.ip[1]);
H A Dip_set_hash_netport.c397 ret = ip_set_get_ipaddr6(tb[IPSET_ATTR_IP], &e.ip);
H A Dip_set_hash_netnet.c429 ret = ip_set_get_ipaddr6(tb[IPSET_ATTR_IP], &e.ip[0]);
433 ret = ip_set_get_ipaddr6(tb[IPSET_ATTR_IP2], &e.ip[1]);
H A Dip_set_hash_net.c327 ret = ip_set_get_ipaddr6(tb[IPSET_ATTR_IP], &e.ip);
H A Dip_set_hash_ipportnet.c446 ret = ip_set_get_ipaddr6(tb[IPSET_ATTR_IP], &e.ip);
454 ret = ip_set_get_ipaddr6(tb[IPSET_ATTR_IP2], &e.ip2);
H A Dip_set_hash_ipport.c310 ret = ip_set_get_ipaddr6(tb[IPSET_ATTR_IP], &e.ip);
H A Dip_set_hash_ipportip.c305 ret = ip_set_get_ipaddr6(tb[IPSET_ATTR_IP], &e.ip);
313 ret = ip_set_get_ipaddr6(tb[IPSET_ATTR_IP2], &e.ip2);
H A Dip_set_hash_ip.c257 ret = ip_set_get_ipaddr6(tb[IPSET_ATTR_IP], &e.ip);
H A Dip_set_hash_ipmark.c256 ret = ip_set_get_ipaddr6(tb[IPSET_ATTR_IP], &e.ip);
H A Dip_set_hash_ipmac.c251 ret = ip_set_get_ipaddr6(tb[IPSET_ATTR_IP], &e.ip) ||
/linux-master/include/linux/netfilter/ipset/
H A Dip_set.h334 extern int ip_set_get_ipaddr6(struct nlattr *nla, union nf_inet_addr *ipaddr);

Completed in 621 milliseconds