Searched refs:assoc_id (Results 1 - 3 of 3) sorted by relevance

/net/sctp/
H A Dsocket.c1047 sctp_assoc_t *assoc_id)
1196 if (assoc_id) {
1221 if ((err == 0 || err == -EINPROGRESS) && assoc_id)
1222 *assoc_id = asoc->assoc_id;
1262 * On success, sctp_connectx() returns 0. It also sets the assoc_id to
1264 * returns -1, and sets errno to the appropriate error code. The assoc_id
1307 sctp_assoc_t *assoc_id)
1330 err = __sctp_connect(sk, kaddrs, addrs_size, assoc_id);
1359 sctp_assoc_t assoc_id local
1044 __sctp_connect(struct sock *sk, struct sockaddr *kaddrs, int addrs_size, sctp_assoc_t *assoc_id) argument
1304 __sctp_setsockopt_connectx(struct sock *sk, struct sockaddr __user *addrs, int addrs_size, sctp_assoc_t *assoc_id) argument
1380 sctp_assoc_t assoc_id; member in struct:compat_sctp_getaddrs_old
1391 sctp_assoc_t assoc_id = 0; local
3352 int assoc_id = 0; local
[all...]
H A Dproc.c341 assoc->assoc_id,
470 seq_printf(seq, "%d ", tsp->asoc->assoc_id);
H A Dassociola.c417 if (asoc->assoc_id != 0) {
419 idr_remove(&sctp_assocs_id, asoc->assoc_id);
1162 if (!asoc->assoc_id) {
1597 if (asoc->assoc_id)
1603 /* 0 is not a valid assoc_id, must be >= 1 */
1611 asoc->assoc_id = (sctp_assoc_t)ret;

Completed in 251 milliseconds