Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_sysctl.c346 unsigned int number_of_endpoints; in sctp_sysctl_handle_assoclist() local
360 number_of_endpoints = 0; in sctp_sysctl_handle_assoclist()
369 number_of_endpoints++; in sctp_sysctl_handle_assoclist()
381 n = (number_of_endpoints + 1) * sizeof(struct xsctp_inpcb) + 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()