Home | History | Annotate | Download | only in netinet

Lines Matching refs:sctp_list

2916 	LIST_INSERT_HEAD(&SCTP_BASE_INFO(listhead), inp, sctp_list);
3775 it->inp = LIST_NEXT(it->inp, sctp_list);
4096 LIST_REMOVE(inp, sctp_list);
7863 LIST_FOREACH(inp, &SCTP_BASE_INFO(listhead), sctp_list) {