Home
last modified time | relevance | path

Searched refs:ip_set_get_ipaddr6 (Results 1 – 13 of 13) sorted by relevance

/Linux-v5.15/net/netfilter/ipset/
Dip_set_hash_ipportip.c304 ret = ip_set_get_ipaddr6(tb[IPSET_ATTR_IP], &e.ip); in hash_ipportip6_uadt()
312 ret = ip_set_get_ipaddr6(tb[IPSET_ATTR_IP2], &e.ip2); in hash_ipportip6_uadt()
Dip_set_hash_netnet.c429 ret = ip_set_get_ipaddr6(tb[IPSET_ATTR_IP], &e.ip[0]); in hash_netnet6_uadt()
433 ret = ip_set_get_ipaddr6(tb[IPSET_ATTR_IP2], &e.ip[1]); in hash_netnet6_uadt()
Dip_set_hash_ipportnet.c443 ret = ip_set_get_ipaddr6(tb[IPSET_ATTR_IP], &e.ip); in hash_ipportnet6_uadt()
451 ret = ip_set_get_ipaddr6(tb[IPSET_ATTR_IP2], &e.ip2); in hash_ipportnet6_uadt()
Dip_set_hash_netportnet.c493 ret = ip_set_get_ipaddr6(tb[IPSET_ATTR_IP], &e.ip[0]); in hash_netportnet6_uadt()
497 ret = ip_set_get_ipaddr6(tb[IPSET_ATTR_IP2], &e.ip[1]); in hash_netportnet6_uadt()
Dip_set_hash_ipmac.c251 ret = ip_set_get_ipaddr6(tb[IPSET_ATTR_IP], &e.ip) || in hash_ipmac6_uadt()
Dip_set_hash_ipmark.c255 ret = ip_set_get_ipaddr6(tb[IPSET_ATTR_IP], &e.ip); in hash_ipmark6_uadt()
Dip_set_hash_ip.c263 ret = ip_set_get_ipaddr6(tb[IPSET_ATTR_IP], &e.ip); in hash_ip6_uadt()
Dip_set_hash_net.c330 ret = ip_set_get_ipaddr6(tb[IPSET_ATTR_IP], &e.ip); in hash_net6_uadt()
Dip_set_hash_ipport.c293 ret = ip_set_get_ipaddr6(tb[IPSET_ATTR_IP], &e.ip); in hash_ipport6_uadt()
Dip_set_hash_netiface.c438 ret = ip_set_get_ipaddr6(tb[IPSET_ATTR_IP], &e.ip); in hash_netiface6_uadt()
Dip_set_hash_netport.c402 ret = ip_set_get_ipaddr6(tb[IPSET_ATTR_IP], &e.ip); in hash_netport6_uadt()
Dip_set_core.c296 ip_set_get_ipaddr6(struct nlattr *nla, union nf_inet_addr *ipaddr) in ip_set_get_ipaddr6() function
313 EXPORT_SYMBOL_GPL(ip_set_get_ipaddr6);
/Linux-v5.15/include/linux/netfilter/ipset/
Dip_set.h330 extern int ip_set_get_ipaddr6(struct nlattr *nla, union nf_inet_addr *ipaddr);