Searched refs:IPSET_MAX_COMMENT_SIZE (Results 1 – 17 of 17) sorted by relevance
| /Linux-v5.4/net/netfilter/ipset/ |
| D | ip_set_hash_mac.c | 145 .len = IPSET_MAX_COMMENT_SIZE },
|
| D | ip_set_bitmap_port.c | 283 .len = IPSET_MAX_COMMENT_SIZE },
|
| D | ip_set_hash_ip.c | 299 .len = IPSET_MAX_COMMENT_SIZE },
|
| D | ip_set_hash_ipmark.c | 297 .len = IPSET_MAX_COMMENT_SIZE },
|
| D | ip_set_bitmap_ip.c | 353 .len = IPSET_MAX_COMMENT_SIZE },
|
| D | ip_set_hash_ipport.c | 366 .len = IPSET_MAX_COMMENT_SIZE },
|
| D | ip_set_hash_net.c | 376 .len = IPSET_MAX_COMMENT_SIZE },
|
| D | ip_set_hash_ipportip.c | 381 .len = IPSET_MAX_COMMENT_SIZE },
|
| D | ip_set_bitmap_ipmac.c | 401 .len = IPSET_MAX_COMMENT_SIZE },
|
| D | ip_set_hash_netiface.c | 482 .len = IPSET_MAX_COMMENT_SIZE },
|
| D | ip_set_hash_netnet.c | 484 .len = IPSET_MAX_COMMENT_SIZE },
|
| D | ip_set_hash_netport.c | 486 .len = IPSET_MAX_COMMENT_SIZE },
|
| D | ip_set_hash_ipportnet.c | 541 .len = IPSET_MAX_COMMENT_SIZE },
|
| D | ip_set_hash_netportnet.c | 586 .len = IPSET_MAX_COMMENT_SIZE },
|
| D | ip_set_list_set.c | 659 .len = IPSET_MAX_COMMENT_SIZE },
|
| /Linux-v5.4/include/uapi/linux/netfilter/ipset/ |
| D | ip_set.h | 24 #define IPSET_MAX_COMMENT_SIZE 255 macro
|
| /Linux-v5.4/include/linux/netfilter/ipset/ |
| D | ip_set.h | 545 if (unlikely(len > IPSET_MAX_COMMENT_SIZE)) in ip_set_init_comment() 546 len = IPSET_MAX_COMMENT_SIZE; in ip_set_init_comment()
|