Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctputil.c4744 struct sctp_readhead tmp_queue; in sctp_pull_off_control_to_new_inp() local
4750 TAILQ_INIT(&tmp_queue); in sctp_pull_off_control_to_new_inp()
4771 TAILQ_INSERT_TAIL(&tmp_queue, control, next); in sctp_pull_off_control_to_new_inp()
4791 TAILQ_FOREACH_SAFE(control, &tmp_queue, next, nctl) { in sctp_pull_off_control_to_new_inp()