Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/netfilter/ipset/
Dip_set_comment.h35 if (unlikely(len > IPSET_MAX_COMMENT_SIZE)) in ip_set_init_comment()
36 len = IPSET_MAX_COMMENT_SIZE; in ip_set_init_comment()
/linux-4.4.14/net/netfilter/ipset/
Dip_set_hash_mac.c151 .len = IPSET_MAX_COMMENT_SIZE },
Dip_set_hash_ipmark.c302 .len = IPSET_MAX_COMMENT_SIZE },
Dip_set_hash_ip.c301 .len = IPSET_MAX_COMMENT_SIZE },
Dip_set_bitmap_port.c289 .len = IPSET_MAX_COMMENT_SIZE },
Dip_set_hash_ipport.c370 .len = IPSET_MAX_COMMENT_SIZE },
Dip_set_bitmap_ip.c358 .len = IPSET_MAX_COMMENT_SIZE },
Dip_set_hash_net.c380 .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_netnet.c486 .len = IPSET_MAX_COMMENT_SIZE },
Dip_set_hash_netport.c489 .len = IPSET_MAX_COMMENT_SIZE },
Dip_set_hash_netiface.c491 .len = IPSET_MAX_COMMENT_SIZE },
Dip_set_hash_ipportnet.c545 .len = IPSET_MAX_COMMENT_SIZE },
Dip_set_list_set.c657 .len = IPSET_MAX_COMMENT_SIZE },
Dip_set_hash_netportnet.c589 .len = IPSET_MAX_COMMENT_SIZE },
/linux-4.4.14/include/uapi/linux/netfilter/ipset/
Dip_set.h22 #define IPSET_MAX_COMMENT_SIZE 255 macro