HomeSort by: relevance | last modified time | path
    Searched refs:sctp_tcblist (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/netinet/
sctp_pcb.c 130 LIST_FOREACH(stcb, &inp->sctp_asoc_list, sctp_tcblist) {
153 LIST_FOREACH(stcb, &inp->sctp_asoc_list, sctp_tcblist) {
181 LIST_FOREACH(stcb, &inp->sctp_asoc_list, sctp_tcblist) {
1517 LIST_REMOVE(stcb, sctp_tcblist);
1526 LIST_INSERT_HEAD(&new_inp->sctp_asoc_list, stcb, sctp_tcblist);
2039 nasoc = LIST_NEXT(asoc, sctp_tcblist);
2153 nasoc = LIST_NEXT(asoc, sctp_tcblist);
2812 LIST_INSERT_HEAD(&inp->sctp_asoc_list, stcb, sctp_tcblist);
3005 it->stcb = LIST_NEXT(stcb, sctp_tcblist);
3085 LIST_REMOVE(stcb, sctp_tcblist);
    [all...]
sctp_asconf.c 1865 LIST_FOREACH(stcb, &inp->sctp_asoc_list, sctp_tcblist) {
1895 LIST_FOREACH(stcb, &inp->sctp_asoc_list, sctp_tcblist) {
2001 LIST_FOREACH(stcb, &inp->sctp_asoc_list, sctp_tcblist) {
2091 LIST_FOREACH(stcb, &inp->sctp_asoc_list, sctp_tcblist) {
sctp_pcb.h 350 LIST_ENTRY(sctp_tcb) sctp_tcblist; /* list of all of the TCB's */ member in struct:sctp_tcb
sctp_timer.c 1500 it->stcb = LIST_NEXT(it->stcb, sctp_tcblist);
1518 it->stcb = LIST_NEXT(it->stcb, sctp_tcblist);
sctp_usrreq.c 1421 stcb = LIST_NEXT(stcb , sctp_tcblist);
1435 stcb = LIST_NEXT(stcb , sctp_tcblist);

Completed in 27 milliseconds