Searched refs:max_algo (Results 1 – 2 of 2) sorted by relevance
649 new_list->max_algo = num_hmacs; in sctp_alloc_hmaclist()668 if (list->num_algo == list->max_algo) {702 new_list = sctp_alloc_hmaclist(list->max_algo);706 new_list->max_algo = list->max_algo;
85 uint16_t max_algo; /* max algorithms allocated */ member