Searched refs:IPSET_MAX_COMMENT_SIZE (Results 1 – 2 of 2) sorted by relevance
31 if (unlikely(len > IPSET_MAX_COMMENT_SIZE)) in ip_set_init_comment()32 len = IPSET_MAX_COMMENT_SIZE; in ip_set_init_comment()
19 #define IPSET_MAX_COMMENT_SIZE 255 macro