Searched refs:sctp_local_addr_count (Results 1 – 3 of 3) sorted by relevance
243 int sctp_local_addr_count(struct sctp_tcb *stcb);
1088 addrnum = sctp_local_addr_count(stcb); in sctp_path_check_and_react()1359 last = (sctp_local_addr_count(stcb) == 0); in sctp_asconf_queue_add()1361 last = (sctp_local_addr_count(stcb) == 1); in sctp_asconf_queue_add()
6906 sctp_local_addr_count(struct sctp_tcb *stcb) in sctp_local_addr_count() function