Home
last modified time | relevance | path

Searched refs:IPSET_ATTR_INDEX (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/uapi/linux/netfilter/ipset/
H A Dip_set.h68 IPSET_ATTR_INDEX, /* 11: Kernel index of set */ enumerator
/openbmc/linux/net/netfilter/ipset/
H A Dip_set_core.c1644 nla_put_net16(skb, IPSET_ATTR_INDEX, htons(index))) in ip_set_dump_do()
2069 nla_put_net16(skb2, IPSET_ATTR_INDEX, htons(id))) in ip_set_byname()
2084 [IPSET_ATTR_INDEX] = { .type = NLA_U16 },
2097 !attr[IPSET_ATTR_INDEX])) in ip_set_byindex()
2100 id = ip_set_get_h16(attr[IPSET_ATTR_INDEX]); in ip_set_byindex()