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

/linux-master/include/uapi/linux/
H A Dsctp.h1087 sctp_assoc_t spt_assoc_id; member in struct:sctp_paddrthlds
1095 sctp_assoc_t spt_assoc_id; member in struct:sctp_paddrthlds_v2
/linux-master/net/sctp/
H A Dsocket.c3893 val->spt_assoc_id);
3906 asoc = sctp_id2assoc(sk, val->spt_assoc_id);
3907 if (!asoc && val->spt_assoc_id != SCTP_FUTURE_ASSOC &&
7183 val.spt_assoc_id);
7194 asoc = sctp_id2assoc(sk, val.spt_assoc_id);
7195 if (!asoc && val.spt_assoc_id != SCTP_FUTURE_ASSOC &&

Completed in 186 milliseconds