Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/netfilter/ipset/
Dip_set_comment.h36 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/
Dip_set_hash_mac.c149 .len = IPSET_MAX_COMMENT_SIZE },
Dip_set_bitmap_port.c287 .len = IPSET_MAX_COMMENT_SIZE },
Dip_set_hash_ipmark.c302 .len = IPSET_MAX_COMMENT_SIZE },
Dip_set_hash_ip.c303 .len = IPSET_MAX_COMMENT_SIZE },
Dip_set_bitmap_ip.c356 .len = IPSET_MAX_COMMENT_SIZE },
Dip_set_hash_ipport.c370 .len = IPSET_MAX_COMMENT_SIZE },
Dip_set_hash_net.c379 .len = IPSET_MAX_COMMENT_SIZE },
Dip_set_bitmap_ipmac.c402 .len = IPSET_MAX_COMMENT_SIZE },
Dip_set_hash_ipportip.c385 .len = IPSET_MAX_COMMENT_SIZE },
Dip_set_hash_netiface.c486 .len = IPSET_MAX_COMMENT_SIZE },
Dip_set_hash_netnet.c486 .len = IPSET_MAX_COMMENT_SIZE },
Dip_set_hash_netport.c490 .len = IPSET_MAX_COMMENT_SIZE },
Dip_set_hash_ipportnet.c545 .len = IPSET_MAX_COMMENT_SIZE },
Dip_set_list_set.c658 .len = IPSET_MAX_COMMENT_SIZE },
Dip_set_hash_netportnet.c590 .len = IPSET_MAX_COMMENT_SIZE },
/Linux-v4.19/include/uapi/linux/netfilter/ipset/
Dip_set.h23 #define IPSET_MAX_COMMENT_SIZE 255 macro