Searched refs:IPSET_MAX_COMMENT_SIZE (Results 1 – 17 of 17) sorted by relevance
/openbmc/linux/include/uapi/linux/netfilter/ipset/ |
H A D | ip_set.h | 20 #define IPSET_MAX_COMMENT_SIZE 255 macro
|
/openbmc/linux/net/netfilter/ipset/ |
H A D | ip_set_hash_mac.c | 147 .len = IPSET_MAX_COMMENT_SIZE },
|
H A D | ip_set_bitmap_port.c | 310 .len = IPSET_MAX_COMMENT_SIZE },
|
H A D | ip_set_hash_ipmark.c | 309 .len = IPSET_MAX_COMMENT_SIZE },
|
H A D | ip_set_hash_ip.c | 304 .len = IPSET_MAX_COMMENT_SIZE },
|
H A D | ip_set_bitmap_ip.c | 365 .len = IPSET_MAX_COMMENT_SIZE },
|
H A D | ip_set_hash_net.c | 385 .len = IPSET_MAX_COMMENT_SIZE },
|
H A D | ip_set_bitmap_ipmac.c | 401 .len = IPSET_MAX_COMMENT_SIZE },
|
H A D | ip_set_hash_ipport.c | 395 .len = IPSET_MAX_COMMENT_SIZE },
|
H A D | ip_set_hash_ipportip.c | 388 .len = IPSET_MAX_COMMENT_SIZE },
|
H A D | ip_set_hash_netiface.c | 503 .len = IPSET_MAX_COMMENT_SIZE },
|
H A D | ip_set_hash_netport.c | 493 .len = IPSET_MAX_COMMENT_SIZE },
|
H A D | ip_set_hash_netnet.c | 508 .len = IPSET_MAX_COMMENT_SIZE },
|
H A D | ip_set_hash_ipportnet.c | 550 .len = IPSET_MAX_COMMENT_SIZE },
|
H A D | ip_set_hash_netportnet.c | 606 .len = IPSET_MAX_COMMENT_SIZE },
|
H A D | ip_set_list_set.c | 667 .len = IPSET_MAX_COMMENT_SIZE },
|
H A D | ip_set_core.c | 354 if (unlikely(len > IPSET_MAX_COMMENT_SIZE)) in ip_set_init_comment() 355 len = IPSET_MAX_COMMENT_SIZE; in ip_set_init_comment()
|