Searched refs:sctp_do_bind (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/net/sctp/ |
| H A D | socket.c | 88 static int sctp_do_bind(struct sock *, union sctp_addr *, int); 317 retval = sctp_do_bind(sk, (union sctp_addr *)addr, in sctp_bind() 373 static int sctp_do_bind(struct sock *sk, union sctp_addr *addr, int len) in sctp_do_bind() function 528 retval = sctp_do_bind(sk, (union sctp_addr *)sa_addr, in sctp_bindx_add() 8498 return sctp_do_bind(sk, &autoaddr, af->sockaddr_len); in sctp_autobind()
|