Searched refs:sctp_setsockopt_bindx (Results 1 – 1 of 1) sorted by relevance
/linux/net/sctp/ |
H A D | socket.c | 504 * Only sctp_setsockopt_bindx() is supposed to call this function. 554 * Only sctp_setsockopt_bindx() is supposed to call this function. 677 * Only sctp_setsockopt_bindx() is supposed to call this function. 756 * Only sctp_setsockopt_bindx() is supposed to call this function. 1000 static int sctp_setsockopt_bindx(struct sock *sk, struct sockaddr *addrs, in sctp_setsockopt_bindx() function 1063 err = sctp_setsockopt_bindx(sk, addrs, addrlen, SCTP_BINDX_ADD_ADDR); in sctp_bind_add() 4606 retval = sctp_setsockopt_bindx(sk, kopt, optlen, in sctp_setsockopt() 4612 retval = sctp_setsockopt_bindx(sk, kopt, optlen, in sctp_setsockopt()
|