Home
last modified time | relevance | path

Searched refs:sctp_asoc_list (Results 1 – 9 of 9) sorted by relevance

/f-stack/freebsd/netinet/
H A Dsctp_usrreq.c679 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 Dsctp_pcb.h394 struct sctpasochead sctp_asoc_list; member
H A Dsctp_pcb.c1156 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 Dsctp_sysctl.c371 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 Dsctp_auth.c1174 LIST_FOREACH(stcb, &inp->sctp_asoc_list, sctp_tcblist) { in sctp_clear_cachedkeys_ep()
H A Dsctputil.c1503 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 Dsctp_asconf.c3197 if (LIST_EMPTY(&inp->sctp_asoc_list)) { in sctp_addr_mgmt_ep_sa()
H A Dsctp_output.c12608 stcb = LIST_FIRST(&inp->sctp_asoc_list); in sctp_lower_sosend()
/f-stack/freebsd/netinet6/
H A Dsctp6_usrreq.c874 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()