Home
last modified time | relevance | path

Searched refs:associd (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/include/net/sctp/
Duser.h585 sctp_assoc_t associd; member
/linux-2.4.37.9/net/sctp/
Dsocket.c1061 sctp_assoc_t associd = NULL; in sctp_sendmsg() local
1124 associd = sinfo->sinfo_assoc_id; in sctp_sendmsg()
1179 asoc = sctp_id2assoc(sk, associd); in sctp_sendmsg()
2629 sctp_assoc_t associd; in sctp_getsockopt_sctp_status() local
2642 associd = status.sstat_assoc_id; in sctp_getsockopt_sctp_status()
2643 asoc = sctp_id2assoc(sk, associd); in sctp_getsockopt_sctp_status()
2843 asoc = sctp_id2assoc(sk, peeloff.associd); in sctp_getsockopt_peeloff()