Searched refs:sctp_asoc_list (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/netinet/ |
H A D | sctp_usrreq.c | 668 stcb = LIST_FIRST(&inp->sctp_asoc_list); in sctp_disconnect() 822 stcb = LIST_FIRST(&inp->sctp_asoc_list); in sctp_shutdown() 885 stcb = LIST_FIRST(&inp->sctp_asoc_list); in sctp_shutdown() 1363 stcb = LIST_FIRST(&inp->sctp_asoc_list); in sctp_do_connect_x() 1477 stcb = LIST_FIRST(&inp->sctp_asoc_list); \ 1834 LIST_FOREACH(stcb, &inp->sctp_asoc_list, sctp_tcblist) { 1859 LIST_FOREACH(stcb, &inp->sctp_asoc_list, sctp_tcblist) { 3938 LIST_FOREACH(stcb, &inp->sctp_asoc_list, sctp_tcblist) { 3989 LIST_FOREACH(stcb, &inp->sctp_asoc_list, sctp_tcblist) { 4015 LIST_FOREACH(stcb, &inp->sctp_asoc_list, sctp_tcblist) { [all …]
|
H A D | sctp_pcb.h | 391 struct sctpasochead sctp_asoc_list; member
|
H A D | sctp_pcb.c | 1026 stcb = LIST_FIRST(&inp->sctp_asoc_list); in sctp_tcb_special_locate() 1192 stcb = LIST_FIRST(&inp->sctp_asoc_list); in sctp_findassociation_ep_addr() 2386 LIST_INIT(&inp->sctp_asoc_list); in sctp_inpcb_alloc() 2545 LIST_INSERT_HEAD(&new_inp->sctp_asoc_list, stcb, sctp_tcblist); in sctp_move_pcb_and_assoc() 3243 LIST_FOREACH_SAFE(stcb, &inp->sctp_asoc_list, sctp_tcblist, nstcb) { in sctp_inpcb_free() 3390 LIST_FOREACH_SAFE(stcb, &inp->sctp_asoc_list, sctp_tcblist, nstcb) { in sctp_inpcb_free() 4248 LIST_INSERT_HEAD(&inp->sctp_asoc_list, stcb, sctp_tcblist); in sctp_aloc_assoc_locked() 5212 LIST_FOREACH(stcb, &inp->sctp_asoc_list, sctp_tcblist) { in sctp_add_local_addr_ep() 5282 LIST_FOREACH(stcb, &inp->sctp_asoc_list, sctp_tcblist) { in sctp_del_local_addr_ep() 6857 LIST_FOREACH(stcb, &inp->sctp_asoc_list, sctp_tcblist) { in sctp_drain()
|
H A D | sctp_sysctl.c | 399 LIST_FOREACH(stcb, &inp->sctp_asoc_list, sctp_tcblist) { in sctp_sysctl_handle_assoclist() 470 LIST_FOREACH(stcb, &inp->sctp_asoc_list, sctp_tcblist) { in sctp_sysctl_handle_assoclist()
|
H A D | sctp_auth.c | 1171 LIST_FOREACH(stcb, &inp->sctp_asoc_list, sctp_tcblist) { in sctp_clear_cachedkeys_ep()
|
H A D | sctputil.c | 1510 it->stcb = LIST_FIRST(&it->inp->sctp_asoc_list); in sctp_iterator_work() 4508 if (LIST_EMPTY(&inp->sctp_asoc_list)) { in sctp_abort_an_association() 4556 if (LIST_EMPTY(&inp->sctp_asoc_list)) { in sctp_handle_ootb()
|
H A D | sctp_asconf.c | 3210 if (LIST_EMPTY(&inp->sctp_asoc_list)) { in sctp_addr_mgmt_ep_sa()
|
H A D | sctp_output.c | 12708 stcb = LIST_FIRST(&inp->sctp_asoc_list); in sctp_lower_sosend()
|
/freebsd/sys/netinet6/ |
H A D | sctp6_usrreq.c | 840 stcb = LIST_FIRST(&inp->sctp_asoc_list); in sctp6_connect() 913 stcb = LIST_FIRST(&inp->sctp_asoc_list); in sctp6_getaddr() 1001 stcb = LIST_FIRST(&inp->sctp_asoc_list); in sctp6_peeraddr()
|