Searched refs:sctp_local_addr_count (Results 1 – 3 of 3) sorted by relevance
231 int sctp_local_addr_count(struct sctp_tcb *stcb);
1085 addrnum = sctp_local_addr_count(stcb); in sctp_path_check_and_react()1356 last = (sctp_local_addr_count(stcb) == 0); in sctp_asconf_queue_add()1358 last = (sctp_local_addr_count(stcb) == 1); in sctp_asconf_queue_add()
6964 sctp_local_addr_count(struct sctp_tcb *stcb) in sctp_local_addr_count() function