Searched refs:IPSET_ATTR_COMMENT (Results 1 – 19 of 19) sorted by relevance
| /Linux-v5.4/net/netfilter/ipset/ |
| D | ip_set_hash_mac.c | 144 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
|
| D | ip_set_bitmap_port.c | 282 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
|
| D | ip_set_hash_ip.c | 298 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
|
| D | ip_set_hash_ipmac.c | 288 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING },
|
| D | ip_set_hash_ipmark.c | 296 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
|
| D | ip_set_bitmap_ip.c | 352 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
|
| D | ip_set_hash_ipport.c | 365 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
|
| D | ip_set_hash_net.c | 375 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
|
| D | ip_set_hash_ipportip.c | 380 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
|
| D | ip_set_bitmap_ipmac.c | 400 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
|
| D | ip_set_hash_netiface.c | 481 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
|
| D | ip_set_hash_netnet.c | 483 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
|
| D | ip_set_hash_netport.c | 485 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
|
| D | ip_set_hash_ipportnet.c | 540 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
|
| D | ip_set_hash_netportnet.c | 585 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
|
| D | ip_set_list_set.c | 658 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
|
| D | ip_set_core.c | 423 if (tb[IPSET_ATTR_COMMENT]) { in ip_set_get_extensions() 426 ext->comment = ip_set_comment_uget(tb[IPSET_ATTR_COMMENT]); in ip_set_get_extensions()
|
| /Linux-v5.4/include/uapi/linux/netfilter/ipset/ |
| D | ip_set.h | 122 IPSET_ATTR_COMMENT, enumerator
|
| /Linux-v5.4/include/linux/netfilter/ipset/ |
| D | ip_set.h | 563 return nla_put_string(skb, IPSET_ATTR_COMMENT, c->str); in ip_set_put_comment()
|