Searched refs:IPSET_ATTR_COMMENT (Results 1 – 18 of 18) sorted by relevance
/linux-6.3-rc2/include/uapi/linux/netfilter/ipset/ |
A D | ip_set.h | 119 IPSET_ATTR_COMMENT, enumerator
|
/linux-6.3-rc2/net/netfilter/ipset/ |
A D | ip_set_hash_mac.c | 146 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
|
A D | ip_set_hash_ipmark.c | 308 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
|
A D | ip_set_bitmap_port.c | 309 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
|
A D | ip_set_hash_ip.c | 303 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
|
A D | ip_set_hash_ipmac.c | 290 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING },
|
A D | ip_set_hash_net.c | 384 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
|
A D | ip_set_bitmap_ip.c | 364 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
|
A D | ip_set_bitmap_ipmac.c | 400 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
|
A D | ip_set_hash_ipport.c | 394 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
|
A D | ip_set_hash_ipportip.c | 387 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
|
A D | ip_set_hash_netiface.c | 502 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
|
A D | ip_set_hash_netport.c | 492 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
|
A D | ip_set_hash_netnet.c | 507 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
|
A D | ip_set_hash_ipportnet.c | 549 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
|
A D | ip_set_hash_netportnet.c | 604 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
|
A D | ip_set_core.c | 370 return nla_put_string(skb, IPSET_ATTR_COMMENT, c->str); in ip_set_put_comment() 487 if (tb[IPSET_ATTR_COMMENT]) { in ip_set_get_extensions() 490 ext->comment = ip_set_comment_uget(tb[IPSET_ATTR_COMMENT]); in ip_set_get_extensions()
|
A D | ip_set_list_set.c | 658 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
|
Completed in 27 milliseconds