Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_pcb.h511 sctp_inpcb_bind_locked(struct sctp_inpcb *, struct sockaddr *,
H A Dsctp_pcb.c2710 sctp_inpcb_bind_locked(struct sctp_inpcb *inp, struct sockaddr *addr, in sctp_inpcb_bind_locked() function
3120 error = sctp_inpcb_bind_locked(inp, addr, sctp_ifap, td); in sctp_inpcb_bind()
4191 if ((err = sctp_inpcb_bind_locked(inp, NULL, NULL, p))) { in sctp_aloc_assoc_locked()
H A Dsctp_usrreq.c7240 if ((error = sctp_inpcb_bind_locked(inp, NULL, NULL, p))) {