Lines Matching defs:asoc
152 struct sctp_association *asoc)
160 if (asoc->temp)
164 list_add_tail(&asoc->asocs, &ep->asocs);
272 struct sctp_association *asoc = NULL;
289 asoc = t->asoc;
292 return asoc;
325 struct sctp_association *asoc;
339 asoc = NULL;
376 if (NULL == chunk->asoc) {
377 asoc = sctp_endpoint_lookup_assoc(ep,
380 chunk->asoc = asoc;
384 state = asoc ? asoc->state : SCTP_STATE_CLOSED;
385 if (sctp_auth_recv_cid(subtype.chunk, asoc) && !chunk->auth)
391 if (asoc && sctp_chunk_is_data(chunk))
392 asoc->peer.last_data_from = chunk->transport;
395 if (asoc)
396 asoc->stats.ictrlchunks++;
403 ep, asoc, chunk, GFP_ATOMIC);