Home
last modified time | relevance | path

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

/linux/include/uapi/linux/netfilter/ipset/
H A Dip_set.h119 IPSET_ATTR_COMMENT, enumerator
/linux/net/netfilter/ipset/
H A Dip_set_hash_mac.c146 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
H A Dip_set_bitmap_port.c309 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
H A Dip_set_hash_ipmac.c290 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING },
H A Dip_set_hash_ipmark.c308 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
H A Dip_set_hash_ip.c303 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
H A Dip_set_hash_net.c384 [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.c394 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
H A Dip_set_hash_ipportip.c387 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
H A Dip_set_hash_netport.c492 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
H A Dip_set_hash_netiface.c502 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
H A Dip_set_hash_netnet.c507 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
H A Dip_set_hash_ipportnet.c549 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
H A Dip_set_hash_netportnet.c605 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
H A Dip_set_core.c372 return nla_put_string(skb, IPSET_ATTR_COMMENT, c->str); in ip_set_put_comment()
489 if (tb[IPSET_ATTR_COMMENT]) { in ip_set_get_extensions()
492 ext->comment = ip_set_comment_uget(tb[IPSET_ATTR_COMMENT]); in ip_set_get_extensions()
H A Dip_set_list_set.c666 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,