Searched refs:sctp_asoc_list (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/ |
D | sctp_usrreq.c | 1168 if (LIST_EMPTY(&inp->sctp_asoc_list)) { 1176 stcb = LIST_FIRST(&inp->sctp_asoc_list); 1420 stcb = LIST_FIRST(&inp->sctp_asoc_list); 2035 stcb = LIST_FIRST(&inp->sctp_asoc_list); 2177 stcb = LIST_FIRST(&inp->sctp_asoc_list); \ 2498 LIST_FOREACH(stcb, &inp->sctp_asoc_list, sctp_tcblist) { 2515 LIST_FOREACH(stcb, &inp->sctp_asoc_list, sctp_tcblist) { 4213 LIST_FOREACH(stcb, &inp->sctp_asoc_list, sctp_tcblist) { 4262 LIST_FOREACH(stcb, &inp->sctp_asoc_list, sctp_tcblist) { 4287 LIST_FOREACH(stcb, &inp->sctp_asoc_list, sctp_tcblist) { [all …]
|
D | sctp_pcb.h | 473 struct sctpasochead sctp_asoc_list; member
|
D | sctp_pcb.c | 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) {
|
D | sctp_sysctl.c | 454 LIST_FOREACH(stcb, &inp->sctp_asoc_list, sctp_tcblist) { 528 LIST_FOREACH(stcb, &inp->sctp_asoc_list, sctp_tcblist) {
|
D | sctp_asconf.c | 2333 LIST_FOREACH(stcb, &inp->sctp_asoc_list, sctp_tcblist) { in sctp_set_primary_ip_address() 3231 if (LIST_EMPTY(&inp->sctp_asoc_list)) { in sctp_addr_mgmt_ep_sa()
|
D | sctp_auth.c | 1254 LIST_FOREACH(stcb, &inp->sctp_asoc_list, sctp_tcblist) {
|
D | sctputil.c | 1322 it->stcb = LIST_FIRST(&it->inp->sctp_asoc_list); in sctp_iterator_work() 4164 if (LIST_EMPTY(&inp->sctp_asoc_list)) { 4232 if (LIST_EMPTY(&inp->sctp_asoc_list)) {
|
D | sctp_input.c | 5698 LIST_FOREACH(lstcb, &inp->sctp_asoc_list, sctp_tcblist) {
|
D | sctp_output.c | 13132 stcb = LIST_FIRST(&inp->sctp_asoc_list);
|
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet6/ |
D | sctp6_usrreq.c | 1282 stcb = LIST_FIRST(&inp->sctp_asoc_list); 1387 stcb = LIST_FIRST(&inp->sctp_asoc_list); 1514 stcb = LIST_FIRST(&inp->sctp_asoc_list);
|