Home
last modified time | relevance | path

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

/external/usrsctp/usrsctplib/netinet/
Dsctp_bsd_addr.c127 sctp_iterator_thread(void *v SCTP_UNUSED) function
192 kthread_create(sctp_iterator_thread,
194 kproc_create(sctp_iterator_thread,
202 kernel_thread_start((thread_continue_t)sctp_iterator_thread, NULL, &sctp_it_ctl.thread_proc);
204 if (sctp_userspace_thread_create(&sctp_it_ctl.thread_proc, &sctp_iterator_thread)) {