diff options
| author | Mark Johnston <markj@FreeBSD.org> | 2021-09-11 14:15:21 +0000 |
|---|---|---|
| committer | Mark Johnston <markj@FreeBSD.org> | 2021-09-11 14:15:21 +0000 |
| commit | 2d5c48eccd9f29b9df8020bb1c3a8ffda38df37b (patch) | |
| tree | 3c34e084f7a5d72ee035df6fe39dae3e9ad3c361 /sys/netinet/sctp_pcb.h | |
| parent | 895545d0e6664ad05fefe63ce46eb670be7e4957 (diff) | |
Diffstat (limited to 'sys/netinet/sctp_pcb.h')
| -rw-r--r-- | sys/netinet/sctp_pcb.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/netinet/sctp_pcb.h b/sys/netinet/sctp_pcb.h index a3d0b489eb82..adbecf9bd00f 100644 --- a/sys/netinet/sctp_pcb.h +++ b/sys/netinet/sctp_pcb.h @@ -577,6 +577,10 @@ struct sctp_tcb * sctp_aloc_assoc(struct sctp_inpcb *, struct sockaddr *, int *, uint32_t, uint32_t, uint32_t, uint16_t, uint16_t, struct thread *, int); +struct sctp_tcb * +sctp_aloc_assoc_connected(struct sctp_inpcb *, struct sockaddr *, + int *, uint32_t, uint32_t, uint32_t, uint16_t, uint16_t, + struct thread *, int); int sctp_free_assoc(struct sctp_inpcb *, struct sctp_tcb *, int, int); |
