Searched refs:IPSET_MAX_COMMENT_SIZE (Results 1 – 17 of 17) sorted by relevance
| /Linux-v4.19/include/linux/netfilter/ipset/ |
| D | ip_set_comment.h | 36 if (unlikely(len > IPSET_MAX_COMMENT_SIZE)) in ip_set_init_comment() 37 len = IPSET_MAX_COMMENT_SIZE; in ip_set_init_comment()
|
| /Linux-v4.19/net/netfilter/ipset/ |
| D | ip_set_hash_mac.c | 149 .len = IPSET_MAX_COMMENT_SIZE },
|
| D | ip_set_bitmap_port.c | 287 .len = IPSET_MAX_COMMENT_SIZE },
|
| D | ip_set_hash_ipmark.c | 302 .len = IPSET_MAX_COMMENT_SIZE },
|
| D | ip_set_hash_ip.c | 303 .len = IPSET_MAX_COMMENT_SIZE },
|
| D | ip_set_bitmap_ip.c | 356 .len = IPSET_MAX_COMMENT_SIZE },
|
| D | ip_set_hash_ipport.c | 370 .len = IPSET_MAX_COMMENT_SIZE },
|
| D | ip_set_hash_net.c | 379 .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_netiface.c | 486 .len = IPSET_MAX_COMMENT_SIZE },
|
| D | ip_set_hash_netnet.c | 486 .len = IPSET_MAX_COMMENT_SIZE },
|
| D | ip_set_hash_netport.c | 490 .len = IPSET_MAX_COMMENT_SIZE },
|
| D | ip_set_hash_ipportnet.c | 545 .len = IPSET_MAX_COMMENT_SIZE },
|
| D | ip_set_list_set.c | 658 .len = IPSET_MAX_COMMENT_SIZE },
|
| D | ip_set_hash_netportnet.c | 590 .len = IPSET_MAX_COMMENT_SIZE },
|
| /Linux-v4.19/include/uapi/linux/netfilter/ipset/ |
| D | ip_set.h | 23 #define IPSET_MAX_COMMENT_SIZE 255 macro
|