Home | History | Annotate | Download | only in netinet

Lines Matching refs:sctp_asoc_list

1300 		/* XXX: Why don't we TAILQ_FOREACH through sctp_asoc_list? */
1301 stcb = LIST_FIRST(&inp->sctp_asoc_list);
1513 stcb = LIST_FIRST(&inp->sctp_asoc_list);
2930 LIST_INIT(&inp->sctp_asoc_list);
3069 LIST_INSERT_HEAD(&new_inp->sctp_asoc_list, stcb, sctp_tcblist);
3864 LIST_FOREACH_SAFE(asoc, &inp->sctp_asoc_list, sctp_tcblist, nasoc) {
4027 LIST_FOREACH_SAFE(asoc, &inp->sctp_asoc_list, sctp_tcblist, nasoc) {
5069 LIST_INSERT_HEAD(&inp->sctp_asoc_list, stcb, sctp_tcblist);
6182 LIST_FOREACH(stcb, &inp->sctp_asoc_list, sctp_tcblist) {
7866 LIST_FOREACH(stcb, &inp->sctp_asoc_list, sctp_tcblist) {