Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_sysctl.c348 unsigned int number_of_associations; in sctp_sysctl_handle_assoclist() local
362 number_of_associations = 0; in sctp_sysctl_handle_assoclist()
372 number_of_associations++; in sctp_sysctl_handle_assoclist()
382 …(number_of_local_addresses + number_of_endpoints + number_of_associations) * sizeof(struct xsctp_l… in sctp_sysctl_handle_assoclist()
383 (number_of_associations + number_of_endpoints) * sizeof(struct xsctp_tcb) + in sctp_sysctl_handle_assoclist()
384 (number_of_remote_addresses + number_of_associations) * sizeof(struct xsctp_raddr); in sctp_sysctl_handle_assoclist()