Home
last modified time | relevance | path

Searched refs:sctp_init_asoc (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/netinet/
H A Dsctputil.h82 int sctp_init_asoc(struct sctp_inpcb *, struct sctp_tcb *, uint32_t, uint32_t, uint16_t);
H A Dsctp_pcb.c4315 if ((err = sctp_init_asoc(inp, stcb, override_tag, vrf_id, o_streams))) { in sctp_aloc_assoc()
H A Dsctputil.c1114 sctp_init_asoc(struct sctp_inpcb *inp, struct sctp_tcb *stcb, in sctp_init_asoc() function