Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/sctp/
Dsocket.c104 static int sctp_do_bind(struct sock *, union sctp_addr *, int);
254 retval = sctp_do_bind(sk, (union sctp_addr *)uaddr, in sctp_bind()
290 SCTP_STATIC int sctp_do_bind(struct sock *sk, union sctp_addr *addr, int len) in sctp_do_bind() function
435 retval = sctp_do_bind(sk, (union sctp_addr *)sa_addr, in sctp_bindx_add()
4167 return sctp_do_bind(sk, &autoaddr, af->sockaddr_len); in sctp_autobind()