Lines Matching refs:assoc
247 struct sctp_association *assoc = tsp->asoc;
262 rep = nlmsg_new(inet_assoc_attr_size(assoc), GFP_KERNEL);
267 if (sk != assoc->base.sk) {
269 sk = assoc->base.sk;
272 err = inet_sctp_diag_fill(sk, assoc, rep, req,
299 struct sctp_association *assoc;
305 list_for_each_entry(assoc, &ep->asocs, asocs) {
309 if (r->id.idiag_sport != htons(assoc->base.bind_addr.port) &&
312 if (r->id.idiag_dport != htons(assoc->peer.port) &&
328 if (inet_sctp_diag_fill(sk, assoc, skb, r,
496 * 1 : to record the assoc pos of this time's traversal