Searched refs:IPSET_ATTR_MARK (Results 1 – 2 of 2) sorted by relevance
64 nla_put_net32(skb, IPSET_ATTR_MARK, htonl(data->mark))) in hash_ipmark4_data_list()114 !ip_set_attr_netorder(tb, IPSET_ATTR_MARK) || in hash_ipmark4_uadt()131 e.mark = ntohl(nla_get_u32(tb[IPSET_ATTR_MARK])); in hash_ipmark4_uadt()192 nla_put_net32(skb, IPSET_ATTR_MARK, htonl(data->mark))) in hash_ipmark6_data_list()247 !ip_set_attr_netorder(tb, IPSET_ATTR_MARK) || in hash_ipmark6_uadt()266 e.mark = ntohl(nla_get_u32(tb[IPSET_ATTR_MARK])); in hash_ipmark6_uadt()304 [IPSET_ATTR_MARK] = { .type = NLA_U32 },
85 IPSET_ATTR_MARK, /* 10 */ enumerator