Searched refs:sctp_asoc_list (Results 1 – 9 of 9) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/ |
D | sctp_usrreq.c | 1070 if (LIST_EMPTY(&inp->sctp_asoc_list)) { 1081 stcb = LIST_FIRST(&inp->sctp_asoc_list); 1314 stcb = LIST_FIRST(&inp->sctp_asoc_list); 1938 stcb = LIST_FIRST(&inp->sctp_asoc_list); 2065 stcb = LIST_FIRST(&inp->sctp_asoc_list); \ 2429 LIST_FOREACH(stcb, &inp->sctp_asoc_list, sctp_tcblist) { 2454 LIST_FOREACH(stcb, &inp->sctp_asoc_list, sctp_tcblist) { 4656 LIST_FOREACH(stcb, &inp->sctp_asoc_list, sctp_tcblist) { 4707 LIST_FOREACH(stcb, &inp->sctp_asoc_list, sctp_tcblist) { 4733 LIST_FOREACH(stcb, &inp->sctp_asoc_list, sctp_tcblist) { [all …]
|
D | sctp_pcb.c | 1347 stcb = LIST_FIRST(&inp->sctp_asoc_list); 1559 stcb = LIST_FIRST(&inp->sctp_asoc_list); 2977 LIST_INIT(&inp->sctp_asoc_list); 3120 LIST_INSERT_HEAD(&new_inp->sctp_asoc_list, stcb, sctp_tcblist); 3948 LIST_FOREACH_SAFE(asoc, &inp->sctp_asoc_list, sctp_tcblist, nasoc) { 4097 LIST_FOREACH_SAFE(asoc, &inp->sctp_asoc_list, sctp_tcblist, nasoc) { 5151 LIST_INSERT_HEAD(&inp->sctp_asoc_list, stcb, sctp_tcblist); 6141 LIST_FOREACH(stcb, &inp->sctp_asoc_list, sctp_tcblist) { 6213 LIST_FOREACH(stcb, &inp->sctp_asoc_list, sctp_tcblist) { 8025 LIST_FOREACH(stcb, &inp->sctp_asoc_list, sctp_tcblist) {
|
D | sctp_pcb.h | 484 struct sctpasochead sctp_asoc_list; member
|
D | sctp_sysctl.c | 470 LIST_FOREACH(stcb, &inp->sctp_asoc_list, sctp_tcblist) { 558 LIST_FOREACH(stcb, &inp->sctp_asoc_list, sctp_tcblist) {
|
D | sctp_auth.c | 1205 LIST_FOREACH(stcb, &inp->sctp_asoc_list, sctp_tcblist) {
|
D | sctputil.c | 1552 it->stcb = LIST_FIRST(&it->inp->sctp_asoc_list); in sctp_iterator_work() 4729 if (LIST_EMPTY(&inp->sctp_asoc_list)) { 4798 if (LIST_EMPTY(&inp->sctp_asoc_list)) {
|
D | sctp_asconf.c | 3257 if (LIST_EMPTY(&inp->sctp_asoc_list)) { in sctp_addr_mgmt_ep_sa()
|
D | sctp_output.c | 13629 stcb = LIST_FIRST(&inp->sctp_asoc_list);
|
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet6/ |
D | sctp6_usrreq.c | 1218 stcb = LIST_FIRST(&inp->sctp_asoc_list); 1322 stcb = LIST_FIRST(&inp->sctp_asoc_list); 1452 stcb = LIST_FIRST(&inp->sctp_asoc_list);
|