Home
last modified time | relevance | path

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

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