Searched refs:IPSET_MAX_COMMENT_SIZE (Results 1 – 17 of 17) sorted by relevance
/Linux-v6.1/include/uapi/linux/netfilter/ipset/ |
D | ip_set.h | 20 #define IPSET_MAX_COMMENT_SIZE 255 macro
|
/Linux-v6.1/net/netfilter/ipset/ |
D | ip_set_hash_mac.c | 147 .len = IPSET_MAX_COMMENT_SIZE },
|
D | ip_set_bitmap_port.c | 310 .len = IPSET_MAX_COMMENT_SIZE },
|
D | ip_set_hash_ip.c | 307 .len = IPSET_MAX_COMMENT_SIZE },
|
D | ip_set_hash_ipmark.c | 308 .len = IPSET_MAX_COMMENT_SIZE },
|
D | ip_set_bitmap_ip.c | 365 .len = IPSET_MAX_COMMENT_SIZE },
|
D | ip_set_hash_net.c | 388 .len = IPSET_MAX_COMMENT_SIZE },
|
D | ip_set_bitmap_ipmac.c | 401 .len = IPSET_MAX_COMMENT_SIZE },
|
D | ip_set_hash_ipport.c | 372 .len = IPSET_MAX_COMMENT_SIZE },
|
D | ip_set_hash_ipportip.c | 387 .len = IPSET_MAX_COMMENT_SIZE },
|
D | ip_set_hash_netiface.c | 506 .len = IPSET_MAX_COMMENT_SIZE },
|
D | ip_set_hash_netport.c | 498 .len = IPSET_MAX_COMMENT_SIZE },
|
D | ip_set_hash_netnet.c | 501 .len = IPSET_MAX_COMMENT_SIZE },
|
D | ip_set_hash_ipportnet.c | 547 .len = IPSET_MAX_COMMENT_SIZE },
|
D | ip_set_hash_netportnet.c | 603 .len = IPSET_MAX_COMMENT_SIZE },
|
D | ip_set_list_set.c | 659 .len = IPSET_MAX_COMMENT_SIZE },
|
D | ip_set_core.c | 351 if (unlikely(len > IPSET_MAX_COMMENT_SIZE)) in ip_set_init_comment() 352 len = IPSET_MAX_COMMENT_SIZE; in ip_set_init_comment()
|