Home
last modified time | relevance | path

Searched refs:IPSET_MAX_COMMENT_SIZE (Results 1 – 17 of 17) sorted by relevance

/Linux-v5.4/net/netfilter/ipset/
Dip_set_hash_mac.c145 .len = IPSET_MAX_COMMENT_SIZE },
Dip_set_bitmap_port.c283 .len = IPSET_MAX_COMMENT_SIZE },
Dip_set_hash_ip.c299 .len = IPSET_MAX_COMMENT_SIZE },
Dip_set_hash_ipmark.c297 .len = IPSET_MAX_COMMENT_SIZE },
Dip_set_bitmap_ip.c353 .len = IPSET_MAX_COMMENT_SIZE },
Dip_set_hash_ipport.c366 .len = IPSET_MAX_COMMENT_SIZE },
Dip_set_hash_net.c376 .len = IPSET_MAX_COMMENT_SIZE },
Dip_set_hash_ipportip.c381 .len = IPSET_MAX_COMMENT_SIZE },
Dip_set_bitmap_ipmac.c401 .len = IPSET_MAX_COMMENT_SIZE },
Dip_set_hash_netiface.c482 .len = IPSET_MAX_COMMENT_SIZE },
Dip_set_hash_netnet.c484 .len = IPSET_MAX_COMMENT_SIZE },
Dip_set_hash_netport.c486 .len = IPSET_MAX_COMMENT_SIZE },
Dip_set_hash_ipportnet.c541 .len = IPSET_MAX_COMMENT_SIZE },
Dip_set_hash_netportnet.c586 .len = IPSET_MAX_COMMENT_SIZE },
Dip_set_list_set.c659 .len = IPSET_MAX_COMMENT_SIZE },
/Linux-v5.4/include/uapi/linux/netfilter/ipset/
Dip_set.h24 #define IPSET_MAX_COMMENT_SIZE 255 macro
/Linux-v5.4/include/linux/netfilter/ipset/
Dip_set.h545 if (unlikely(len > IPSET_MAX_COMMENT_SIZE)) in ip_set_init_comment()
546 len = IPSET_MAX_COMMENT_SIZE; in ip_set_init_comment()