Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/ipset/
H A Dip_set_hash_gen.h1337 cb->args[IPSET_CB_PRIVATE] = (unsigned long)t; in mtype_uref()
1339 } else if (cb->args[IPSET_CB_PRIVATE]) { in mtype_uref()
1340 t = (struct htable *)cb->args[IPSET_CB_PRIVATE]; in mtype_uref()
1346 cb->args[IPSET_CB_PRIVATE] = 0; in mtype_uref()
1369 t = (const struct htable *)cb->args[IPSET_CB_PRIVATE]; in mtype_list()
/openbmc/linux/include/linux/netfilter/ipset/
H A Dip_set.h306 IPSET_CB_PRIVATE, /* set private data */ enumerator