Home
last modified time | relevance | path

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

/linux-5.15/include/uapi/linux/netfilter/ipset/ !
H A Dip_set.h122 IPSET_ATTR_COMMENT, enumerator
/linux-5.15/net/netfilter/ipset/ !
A Dip_set_hash_mac.c146 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
A Dip_set_hash_ipmark.c307 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
H A Dip_set_hash_ip.c308 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
H A Dip_set_bitmap_port.c309 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
A Dip_set_hash_ipmac.c290 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING },
H A Dip_set_hash_net.c387 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
H A Dip_set_bitmap_ip.c364 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
H A Dip_set_bitmap_ipmac.c400 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
H A Dip_set_hash_ipport.c371 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
H A Dip_set_hash_ipportip.c386 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
H A Dip_set_hash_netiface.c505 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
H A Dip_set_hash_netport.c497 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
A Dip_set_hash_netnet.c500 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
H A Dip_set_hash_ipportnet.c546 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
A Dip_set_hash_netportnet.c602 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
H A Dip_set_core.c370 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()
H A Dip_set_list_set.c658 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,