Searched refs:sctp_bindx_add (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/sctp/ |
H A D | socket.c | 82 static int sctp_bindx_add(struct sock *, struct sockaddr *, int); 502 static int sctp_bindx_add(struct sock *sk, struct sockaddr *addrs, int addrcnt) in sctp_bindx_add() function 736 sctp_bindx_add(sk, addrs, cnt); in sctp_bindx_rem() 981 * land and invoking either sctp_bindx_add() or sctp_bindx_rem() on the sk. 1038 err = sctp_bindx_add(sk, addrs, addrcnt); in sctp_setsockopt_bindx()
|
/kernel/linux/linux-6.6/net/sctp/ |
H A D | socket.c | 83 static int sctp_bindx_add(struct sock *, struct sockaddr *, int); 504 static int sctp_bindx_add(struct sock *sk, struct sockaddr *addrs, int addrcnt) in sctp_bindx_add() function 738 sctp_bindx_add(sk, addrs, cnt); in sctp_bindx_rem() 983 * land and invoking either sctp_bindx_add() or sctp_bindx_rem() on the sk. 1040 err = sctp_bindx_add(sk, addrs, addrcnt); in sctp_setsockopt_bindx()
|
Completed in 25 milliseconds