Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_sysctl.c374 unsigned int number_of_endpoints; in sctp_sysctl_handle_assoclist() local
388 number_of_endpoints = 0; in sctp_sysctl_handle_assoclist()
397 number_of_endpoints++; in sctp_sysctl_handle_assoclist()
409 n = (number_of_endpoints + 1) * sizeof(struct xsctp_inpcb) + in sctp_sysctl_handle_assoclist()
410 …(number_of_local_addresses + number_of_endpoints + number_of_associations) * sizeof(struct xsctp_l… in sctp_sysctl_handle_assoclist()
411 (number_of_associations + number_of_endpoints) * sizeof(struct xsctp_tcb) + in sctp_sysctl_handle_assoclist()