ip_set_type
extern int ip_set_type_register(struct ip_set_type *set_type);
extern void ip_set_type_unregister(struct ip_set_type *set_type);
struct ip_set_type *type;
static struct ip_set_type bitmap_ip_type __read_mostly = {
static struct ip_set_type bitmap_ipmac_type = {
static struct ip_set_type bitmap_port_type = {
struct ip_set_type **found, bool retry)
struct ip_set_type *type;
struct ip_set_type *type;
ip_set_type_register(struct ip_set_type *type)
.call = ip_set_type,
ip_set_type_unregister(struct ip_set_type *type)
static struct ip_set_type *
struct ip_set_type *type;
static struct ip_set_type hash_ip_type __read_mostly = {
static struct ip_set_type hash_ipmac_type __read_mostly = {
static struct ip_set_type hash_ipmark_type __read_mostly = {
static struct ip_set_type hash_ipport_type __read_mostly = {
static struct ip_set_type hash_ipportip_type __read_mostly = {
static struct ip_set_type hash_ipportnet_type __read_mostly = {
static struct ip_set_type hash_mac_type __read_mostly = {
static struct ip_set_type hash_net_type __read_mostly = {
static struct ip_set_type hash_netiface_type __read_mostly = {
static struct ip_set_type hash_netnet_type __read_mostly = {
static struct ip_set_type hash_netport_type __read_mostly = {
static struct ip_set_type hash_netportnet_type __read_mostly = {
static struct ip_set_type list_set_type __read_mostly = {