Home
last modified time | relevance | path

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

/Linux-v4.19/net/netfilter/ipset/
Dip_set_hash_gen.h1100 cb->args[IPSET_CB_PRIVATE] = (unsigned long)t; in mtype_uref()
1102 } else if (cb->args[IPSET_CB_PRIVATE]) { in mtype_uref()
1103 t = (struct htable *)cb->args[IPSET_CB_PRIVATE]; in mtype_uref()
1109 cb->args[IPSET_CB_PRIVATE] = 0; in mtype_uref()
1132 t = (const struct htable *)cb->args[IPSET_CB_PRIVATE]; in mtype_list()
/Linux-v4.19/include/linux/netfilter/ipset/
Dip_set.h308 IPSET_CB_PRIVATE, /* set private data */ enumerator