Searched refs:IPSET_ATTR_COMMENT (Results 1 – 16 of 16) sorted by relevance
| /linux/include/uapi/linux/netfilter/ipset/ |
| H A D | ip_set.h | 119 IPSET_ATTR_COMMENT, enumerator
|
| /linux/net/netfilter/ipset/ |
| H A D | ip_set_hash_ip.c | 303 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
|
| H A D | ip_set_hash_ipmark.c | 312 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
|
| H A D | ip_set_bitmap_port.c | 309 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
|
| H A D | ip_set_hash_net.c | 384 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
|
| H A D | ip_set_bitmap_ip.c | 361 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
|
| H A D | ip_set_bitmap_ipmac.c | 401 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
|
| H A D | ip_set_hash_ipportip.c | 390 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
|
| H A D | ip_set_hash_ipport.c | 397 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
|
| H A D | ip_set_hash_netiface.c | 501 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
|
| H A D | ip_set_hash_netport.c | 492 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
|
| H A D | ip_set_hash_netnet.c | 511 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
|
| H A D | ip_set_hash_ipportnet.c | 552 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
|
| H A D | ip_set_hash_netportnet.c | 608 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
|
| H A D | ip_set_core.c | 379 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 D | ip_set_list_set.c | 671 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
|