Symbol: ip_set_type
include/linux/netfilter/ipset/ip_set.h
242
extern int ip_set_type_register(struct ip_set_type *set_type);
include/linux/netfilter/ipset/ip_set.h
243
extern void ip_set_type_unregister(struct ip_set_type *set_type);
include/linux/netfilter/ipset/ip_set.h
260
struct ip_set_type *type;
net/netfilter/ipset/ip_set_bitmap_ip.c
336
static struct ip_set_type bitmap_ip_type __read_mostly = {
net/netfilter/ipset/ip_set_bitmap_ipmac.c
376
static struct ip_set_type bitmap_ipmac_type = {
net/netfilter/ipset/ip_set_bitmap_port.c
287
static struct ip_set_type bitmap_port_type = {
net/netfilter/ipset/ip_set_core.c
129
struct ip_set_type **found, bool retry)
net/netfilter/ipset/ip_set_core.c
131
struct ip_set_type *type;
net/netfilter/ipset/ip_set_core.c
172
struct ip_set_type *type;
net/netfilter/ipset/ip_set_core.c
205
ip_set_type_register(struct ip_set_type *type)
net/netfilter/ipset/ip_set_core.c
2207
.call = ip_set_type,
net/netfilter/ipset/ip_set_core.c
238
ip_set_type_unregister(struct ip_set_type *type)
net/netfilter/ipset/ip_set_core.c
87
static struct ip_set_type *
net/netfilter/ipset/ip_set_core.c
90
struct ip_set_type *type;
net/netfilter/ipset/ip_set_hash_ip.c
274
static struct ip_set_type hash_ip_type __read_mostly = {
net/netfilter/ipset/ip_set_hash_ipmac.c
263
static struct ip_set_type hash_ipmac_type __read_mostly = {
net/netfilter/ipset/ip_set_hash_ipmark.c
279
static struct ip_set_type hash_ipmark_type __read_mostly = {
net/netfilter/ipset/ip_set_hash_ipport.c
361
static struct ip_set_type hash_ipport_type __read_mostly = {
net/netfilter/ipset/ip_set_hash_ipportip.c
356
static struct ip_set_type hash_ipportip_type __read_mostly = {
net/netfilter/ipset/ip_set_hash_ipportnet.c
514
static struct ip_set_type hash_ipportnet_type __read_mostly = {
net/netfilter/ipset/ip_set_hash_mac.c
120
static struct ip_set_type hash_mac_type __read_mostly = {
net/netfilter/ipset/ip_set_hash_net.c
356
static struct ip_set_type hash_net_type __read_mostly = {
net/netfilter/ipset/ip_set_hash_netiface.c
470
static struct ip_set_type hash_netiface_type __read_mostly = {
net/netfilter/ipset/ip_set_hash_netnet.c
474
static struct ip_set_type hash_netnet_type __read_mostly = {
net/netfilter/ipset/ip_set_hash_netport.c
460
static struct ip_set_type hash_netport_type __read_mostly = {
net/netfilter/ipset/ip_set_hash_netportnet.c
570
static struct ip_set_type hash_netportnet_type __read_mostly = {
net/netfilter/ipset/ip_set_list_set.c
645
static struct ip_set_type list_set_type __read_mostly = {