Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/netinet/
Dsctp_auth.c646 new_list->max_algo = num_hmacs; in sctp_alloc_hmaclist()
667 if (list->num_algo == list->max_algo) { in sctp_auth_add_hmacid()
697 new_list = sctp_alloc_hmaclist(list->max_algo); in sctp_copy_hmaclist()
701 new_list->max_algo = list->max_algo; in sctp_copy_hmaclist()
Dsctp_auth.h79 uint16_t max_algo; /* max algorithms allocated */ member