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

/linux-master/include/uapi/linux/
H A Dsctp.h896 sctp_assoc_t sack_assoc_id; member in struct:sctp_sack_info
/linux-master/net/sctp/
H A Dsocket.c2758 * sctp_assoc_t sack_assoc_id;
2763 * sack_assoc_id - This parameter, indicates which association the user
2788 /* Get association, if sack_assoc_id != SCTP_FUTURE_ASSOC and the
2792 asoc = sctp_id2assoc(sk, params->sack_assoc_id);
2793 if (!asoc && params->sack_assoc_id > SCTP_ALL_ASSOC &&
2804 params->sack_assoc_id = SCTP_FUTURE_ASSOC;
2806 if (params->sack_assoc_id == SCTP_FUTURE_ASSOC ||
2807 params->sack_assoc_id == SCTP_ALL_ASSOC) {
2823 if (params->sack_assoc_id == SCTP_CURRENT_ASSOC ||
2824 params->sack_assoc_id
[all...]

Completed in 267 milliseconds