Home
last modified time | relevance | path

Searched refs:max_algo (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/netinet/
H A Dsctp_auth.h78 uint16_t max_algo; /* max algorithms allocated */ member
H A Dsctp_auth.c639 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()