Searched refs:sctp_asoc_list (Results 1 – 9 of 9) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | sctp_usrreq.c | 679 if (LIST_EMPTY(&inp->sctp_asoc_list)) { in sctp_disconnect() 688 stcb = LIST_FIRST(&inp->sctp_asoc_list); in sctp_disconnect() 898 stcb = LIST_FIRST(&inp->sctp_asoc_list); in sctp_shutdown() 1371 stcb = LIST_FIRST(&inp->sctp_asoc_list); in sctp_do_connect_x() 1491 stcb = LIST_FIRST(&inp->sctp_asoc_list); \ 4899 stcb = LIST_FIRST(&inp->sctp_asoc_list); 5155 stcb = LIST_FIRST(&inp->sctp_asoc_list); 7048 stcb = LIST_FIRST(&inp->sctp_asoc_list); 7293 stcb = LIST_FIRST(&inp->sctp_asoc_list); 7408 stcb = LIST_FIRST(&inp->sctp_asoc_list); [all …]
|
| H A D | sctp_pcb.h | 394 struct sctpasochead sctp_asoc_list; member
|
| H A D | sctp_pcb.c | 1156 stcb = LIST_FIRST(&inp->sctp_asoc_list); in sctp_tcb_special_locate() 1322 stcb = LIST_FIRST(&inp->sctp_asoc_list); in sctp_findassociation_ep_addr() 2519 LIST_INIT(&inp->sctp_asoc_list); in sctp_inpcb_alloc() 2661 LIST_INSERT_HEAD(&new_inp->sctp_asoc_list, stcb, sctp_tcblist); in sctp_move_pcb_and_assoc() 3360 LIST_FOREACH_SAFE(asoc, &inp->sctp_asoc_list, sctp_tcblist, nasoc) { in sctp_inpcb_free() 3510 LIST_FOREACH_SAFE(asoc, &inp->sctp_asoc_list, sctp_tcblist, nasoc) { in sctp_inpcb_free() 4381 LIST_INSERT_HEAD(&inp->sctp_asoc_list, stcb, sctp_tcblist); in sctp_aloc_assoc() 5350 LIST_FOREACH(stcb, &inp->sctp_asoc_list, sctp_tcblist) { in sctp_add_local_addr_ep() 5420 LIST_FOREACH(stcb, &inp->sctp_asoc_list, sctp_tcblist) { in sctp_del_local_addr_ep() 6997 LIST_FOREACH(stcb, &inp->sctp_asoc_list, sctp_tcblist) { in sctp_drain()
|
| H A D | sctp_sysctl.c | 371 LIST_FOREACH(stcb, &inp->sctp_asoc_list, sctp_tcblist) { in sctp_sysctl_handle_assoclist() 442 LIST_FOREACH(stcb, &inp->sctp_asoc_list, sctp_tcblist) { in sctp_sysctl_handle_assoclist()
|
| H A D | sctp_auth.c | 1174 LIST_FOREACH(stcb, &inp->sctp_asoc_list, sctp_tcblist) { in sctp_clear_cachedkeys_ep()
|
| H A D | sctputil.c | 1503 it->stcb = LIST_FIRST(&it->inp->sctp_asoc_list); in sctp_iterator_work() 4457 if (LIST_EMPTY(&inp->sctp_asoc_list)) { in sctp_abort_an_association() 4498 if (LIST_EMPTY(&inp->sctp_asoc_list)) { in sctp_handle_ootb()
|
| H A D | sctp_asconf.c | 3197 if (LIST_EMPTY(&inp->sctp_asoc_list)) { in sctp_addr_mgmt_ep_sa()
|
| H A D | sctp_output.c | 12608 stcb = LIST_FIRST(&inp->sctp_asoc_list); in sctp_lower_sosend()
|
| /f-stack/freebsd/netinet6/ |
| H A D | sctp6_usrreq.c | 874 stcb = LIST_FIRST(&inp->sctp_asoc_list); in sctp6_connect() 958 stcb = LIST_FIRST(&inp->sctp_asoc_list); in sctp6_getaddr() 1053 stcb = LIST_FIRST(&inp->sctp_asoc_list); in sctp6_peeraddr()
|