Searched refs:max_algo (Results 1 – 2 of 2) sorted by relevance
639 new_list->max_algo = num_hmacs; in sctp_alloc_hmaclist()659 if (list->num_algo == list->max_algo) { in sctp_auth_add_hmacid()689 new_list = sctp_alloc_hmaclist(list->max_algo); in sctp_copy_hmaclist()693 new_list->max_algo = list->max_algo; in sctp_copy_hmaclist()
78 uint16_t max_algo; /* max algorithms allocated */ member