Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/netfilter/ipset/
Dip_set_comment.h44 return nla_put_string(skb, IPSET_ATTR_COMMENT, comment->str); in ip_set_put_comment()
/linux-4.1.27/include/uapi/linux/netfilter/ipset/
Dip_set.h117 IPSET_ATTR_COMMENT, enumerator
/linux-4.1.27/net/netfilter/ipset/
Dip_set_hash_mac.c152 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING },
Dip_set_hash_ip.c304 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING },
Dip_set_hash_ipmark.c310 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING },
Dip_set_bitmap_port.c297 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING },
Dip_set_bitmap_ipmac.c400 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING },
Dip_set_bitmap_ip.c363 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING },
Dip_set_hash_ipport.c379 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING },
Dip_set_hash_net.c386 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING },
Dip_set_hash_ipportip.c391 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING },
Dip_set_hash_netnet.c473 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING },
Dip_set_hash_netport.c498 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING },
Dip_set_hash_netiface.c616 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING },
Dip_set_hash_ipportnet.c550 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING },
Dip_set_hash_netportnet.c580 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING },
Dip_set_list_set.c681 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING },
Dip_set_core.c407 if (tb[IPSET_ATTR_COMMENT]) { in ip_set_get_extensions()
410 ext->comment = ip_set_comment_uget(tb[IPSET_ATTR_COMMENT]); in ip_set_get_extensions()