Home
last modified time | relevance | path

Searched defs:ip_set (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/netfilter/ipset/
H A Dip_set.h246 struct ip_set { struct
256 * ref can be swapped out by ip_set_swap argument
260 struct ip_set_type *type; argument
262 const struct ip_set_type_variant *variant; argument
286 ip_set_ext_destroy(struct ip_set *set, void *data) in ip_set_ext_destroy() argument
/openbmc/linux/net/netfilter/ipset/
H A Dip_set_core.c61 #define ip_set(inst, id) \ macro