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