Searched refs:spp_assoc_id (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/uapi/linux/
H A Dsctp.h807 sctp_assoc_t spp_assoc_id; member in struct:sctp_paddrparams
/linux-master/net/sctp/
H A Dsocket.c2298 * sctp_assoc_t spp_assoc_id;
2309 * spp_assoc_id - (one-to-many style socket) This is filled in the
2653 params->spp_assoc_id);
2662 asoc = sctp_id2assoc(sk, params->spp_assoc_id);
2663 if (!asoc && params->spp_assoc_id != SCTP_FUTURE_ASSOC &&
5788 * sctp_assoc_t spp_assoc_id;
5797 * spp_assoc_id - (one-to-many style socket) This is filled in the
5935 params.spp_assoc_id);
5946 asoc = sctp_id2assoc(sk, params.spp_assoc_id);
5947 if (!asoc && params.spp_assoc_id !
[all...]

Completed in 140 milliseconds