Searched refs:IPSET_MAX_COMMENT_SIZE (Results 1 – 17 of 17) sorted by relevance
/linux-4.4.14/include/linux/netfilter/ipset/ |
D | ip_set_comment.h | 35 if (unlikely(len > IPSET_MAX_COMMENT_SIZE)) in ip_set_init_comment() 36 len = IPSET_MAX_COMMENT_SIZE; in ip_set_init_comment()
|
/linux-4.4.14/net/netfilter/ipset/ |
D | ip_set_hash_mac.c | 151 .len = IPSET_MAX_COMMENT_SIZE },
|
D | ip_set_hash_ipmark.c | 302 .len = IPSET_MAX_COMMENT_SIZE },
|
D | ip_set_hash_ip.c | 301 .len = IPSET_MAX_COMMENT_SIZE },
|
D | ip_set_bitmap_port.c | 289 .len = IPSET_MAX_COMMENT_SIZE },
|
D | ip_set_hash_ipport.c | 370 .len = IPSET_MAX_COMMENT_SIZE },
|
D | ip_set_bitmap_ip.c | 358 .len = IPSET_MAX_COMMENT_SIZE },
|
D | ip_set_hash_net.c | 380 .len = IPSET_MAX_COMMENT_SIZE },
|
D | ip_set_bitmap_ipmac.c | 402 .len = IPSET_MAX_COMMENT_SIZE },
|
D | ip_set_hash_ipportip.c | 385 .len = IPSET_MAX_COMMENT_SIZE },
|
D | ip_set_hash_netnet.c | 486 .len = IPSET_MAX_COMMENT_SIZE },
|
D | ip_set_hash_netport.c | 489 .len = IPSET_MAX_COMMENT_SIZE },
|
D | ip_set_hash_netiface.c | 491 .len = IPSET_MAX_COMMENT_SIZE },
|
D | ip_set_hash_ipportnet.c | 545 .len = IPSET_MAX_COMMENT_SIZE },
|
D | ip_set_list_set.c | 657 .len = IPSET_MAX_COMMENT_SIZE },
|
D | ip_set_hash_netportnet.c | 589 .len = IPSET_MAX_COMMENT_SIZE },
|
/linux-4.4.14/include/uapi/linux/netfilter/ipset/ |
D | ip_set.h | 22 #define IPSET_MAX_COMMENT_SIZE 255 macro
|