Home
last modified time | relevance | path

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

/linux-3.4.99/net/sctp/
Dsocket.c109 static int sctp_do_bind(struct sock *, union sctp_addr *, int);
294 retval = sctp_do_bind(sk, (union sctp_addr *)addr, in sctp_bind()
337 SCTP_STATIC int sctp_do_bind(struct sock *sk, union sctp_addr *addr, int len) in sctp_do_bind() function
488 retval = sctp_do_bind(sk, (union sctp_addr *)sa_addr, in sctp_bindx_add()
6115 return sctp_do_bind(sk, &autoaddr, af->sockaddr_len); in sctp_autobind()