Home
last modified time | relevance | path

Searched refs:IPSET_MAX_COMMENT_SIZE (Results 1 – 17 of 17) sorted by relevance

/linux/include/uapi/linux/netfilter/ipset/
H A Dip_set.h20 #define IPSET_MAX_COMMENT_SIZE 255 macro
/linux/net/netfilter/ipset/
H A Dip_set_hash_mac.c147 .len = IPSET_MAX_COMMENT_SIZE },
H A Dip_set_hash_ipmark.c309 .len = IPSET_MAX_COMMENT_SIZE },
H A Dip_set_bitmap_port.c310 .len = IPSET_MAX_COMMENT_SIZE },
H A Dip_set_hash_ip.c304 .len = IPSET_MAX_COMMENT_SIZE },
H A Dip_set_bitmap_ip.c365 .len = IPSET_MAX_COMMENT_SIZE },
H A Dip_set_hash_net.c385 .len = IPSET_MAX_COMMENT_SIZE },
H A Dip_set_bitmap_ipmac.c401 .len = IPSET_MAX_COMMENT_SIZE },
H A Dip_set_hash_ipportip.c388 .len = IPSET_MAX_COMMENT_SIZE },
H A Dip_set_hash_ipport.c395 .len = IPSET_MAX_COMMENT_SIZE },
H A Dip_set_hash_netiface.c503 .len = IPSET_MAX_COMMENT_SIZE },
H A Dip_set_hash_netport.c493 .len = IPSET_MAX_COMMENT_SIZE },
H A Dip_set_hash_netnet.c508 .len = IPSET_MAX_COMMENT_SIZE },
H A Dip_set_hash_ipportnet.c550 .len = IPSET_MAX_COMMENT_SIZE },
H A Dip_set_hash_netportnet.c606 .len = IPSET_MAX_COMMENT_SIZE },
H A Dip_set_list_set.c667 .len = IPSET_MAX_COMMENT_SIZE },
H A Dip_set_core.c354 if (unlikely(len > IPSET_MAX_COMMENT_SIZE)) in ip_set_init_comment()
355 len = IPSET_MAX_COMMENT_SIZE; in ip_set_init_comment()