Home
last modified time | relevance | path

Searched refs:sctp_get_associd (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/netinet/
H A Dsctp_indata.h65 (_ctl)->sinfo_assoc_id = sctp_get_associd((in_it)); \
H A Dsctputil.c3200 sac->sac_assoc_id = sctp_get_associd(stcb); in sctp_notify_assoc_change()
3345 spc->spc_assoc_id = sctp_get_associd(stcb); in sctp_notify_peer_addr_change()
3439 ssfe->ssfe_assoc_id = sctp_get_associd(stcb); in sctp_notify_send_failed()
3458 ssf->ssf_assoc_id = sctp_get_associd(stcb); in sctp_notify_send_failed()
3545 ssfe->ssfe_assoc_id = sctp_get_associd(stcb); in sctp_notify_send_failed2()
3564 ssf->ssf_assoc_id = sctp_get_associd(stcb); in sctp_notify_send_failed2()
3621 sai->sai_assoc_id = sctp_get_associd(stcb); in sctp_notify_adaptation_layer()
3676 pdapi->pdapi_assoc_id = sctp_get_associd(stcb); in sctp_notify_partial_delivery_indication()
3743 sse->sse_assoc_id = sctp_get_associd(stcb); in sctp_notify_shutdown_event()
3791 event->sender_dry_assoc_id = sctp_get_associd(stcb); in sctp_notify_sender_dry_event()
[all …]
H A Dsctputil.h63 #define sctp_get_associd(stcb) ((sctp_assoc_t)stcb->asoc.assoc_id) macro
H A Dsctp_usrreq.c1468 *a_id = sctp_get_associd(stcb); in sctp_do_connect_x()
1875 ids->gaids_assoc_id[at++] = sctp_get_associd(stcb);
2456 paddrp->spp_assoc_id = sctp_get_associd(stcb);
2564 paddri->spinfo_assoc_id = sctp_get_associd(stcb);
2614 sstat->sstat_assoc_id = sctp_get_associd(stcb);
2668 sstat->sstat_primary.spinfo_assoc_id = sctp_get_associd(stcb);
3258 thlds->spt_assoc_id = sctp_get_associd(stcb);
H A Dsctp_sysctl.c453 xstcb.assoc_id = sctp_get_associd(stcb); in sctp_sysctl_handle_assoclist()
H A Dsctp_auth.c1745 auth->auth_assoc_id = sctp_get_associd(stcb); in sctp_notify_authentication()
H A Dsctp_indata.c155 read_queue_e->sinfo_assoc_id = sctp_get_associd(stcb); in sctp_build_readq_entry()