Lines Matching defs:asoc
156 struct sctp_association *asoc)
164 if (asoc->temp)
168 list_add_tail(&asoc->asocs, &ep->asocs);
276 struct sctp_association *asoc = NULL;
293 asoc = t->asoc;
296 return asoc;
331 struct sctp_association *asoc;
345 asoc = NULL;
382 if (NULL == chunk->asoc) {
383 asoc = sctp_endpoint_lookup_assoc(ep,
386 chunk->asoc = asoc;
390 state = asoc ? asoc->state : SCTP_STATE_CLOSED;
391 if (sctp_auth_recv_cid(subtype.chunk, asoc) && !chunk->auth)
397 if (asoc && sctp_chunk_is_data(chunk))
398 asoc->peer.last_data_from = chunk->transport;
401 if (asoc)
402 asoc->stats.ictrlchunks++;
409 ep, asoc, chunk, GFP_ATOMIC);