Home
last modified time | relevance | path

Searched refs:ip_set_get_ipaddr4 (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/net/netfilter/ipset/
H A Dip_set_hash_ipportip.c127 ret = ip_set_get_ipaddr4(tb[IPSET_ATTR_IP], &e.ip); in hash_ipportip4_uadt()
135 ret = ip_set_get_ipaddr4(tb[IPSET_ATTR_IP2], &e.ip2); in hash_ipportip4_uadt()
H A Dip_set_hash_ipmark.c114 ret = ip_set_get_ipaddr4(tb[IPSET_ATTR_IP], &e.ip); in hash_ipmark4_uadt()
H A Dip_set_hash_ipmac.c132 ret = ip_set_get_ipaddr4(tb[IPSET_ATTR_IP], &e.ip) || in hash_ipmac4_uadt()
H A Dip_set_hash_ipport.c131 ret = ip_set_get_ipaddr4(tb[IPSET_ATTR_IP], &e.ip); in hash_ipport4_uadt()
H A Dip_set_core.c286 ip_set_get_ipaddr4(struct nlattr *nla, __be32 *ipaddr) in ip_set_get_ipaddr4() function
301 EXPORT_SYMBOL_GPL(ip_set_get_ipaddr4);
H A Dip_set_hash_gen.h1529 ret = ip_set_get_ipaddr4(tb[IPSET_ATTR_BITMASK], &bitmask.ip); in IPSET_TOKEN()
/openbmc/linux/include/linux/netfilter/ipset/
H A Dip_set.h333 extern int ip_set_get_ipaddr4(struct nlattr *nla, __be32 *ipaddr);
350 int ret = ip_set_get_ipaddr4(nla, &ip); in ip_set_get_hostipaddr4()