Home
last modified time | relevance | path

Searched refs:IPSET_ATTR_COMMENT (Results 1 – 16 of 16) sorted by relevance

/linux/include/uapi/linux/netfilter/ipset/
H A Dip_set.h119 IPSET_ATTR_COMMENT, enumerator
/linux/net/netfilter/ipset/
H A Dip_set_hash_ip.c303 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
H A Dip_set_hash_ipmark.c312 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
H A Dip_set_bitmap_port.c309 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
H A Dip_set_hash_net.c384 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
H A Dip_set_bitmap_ip.c361 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
H A Dip_set_bitmap_ipmac.c401 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
H A Dip_set_hash_ipportip.c390 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
H A Dip_set_hash_ipport.c397 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
H A Dip_set_hash_netiface.c501 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
H A Dip_set_hash_netport.c492 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
H A Dip_set_hash_netnet.c511 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
H A Dip_set_hash_ipportnet.c552 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
H A Dip_set_hash_netportnet.c608 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
H A Dip_set_core.c379 return nla_put_string(skb, IPSET_ATTR_COMMENT, c->str); in ip_set_put_comment()
496 if (tb[IPSET_ATTR_COMMENT]) { in ip_set_get_extensions()
499 ext->comment = ip_set_comment_uget(tb[IPSET_ATTR_COMMENT]); in ip_set_get_extensions()
H A Dip_set_list_set.c671 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,