Home
last modified time | relevance | path

Searched refs:sctp_assoc_t (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/include/net/sctp/
Duser.h58 typedef void * sctp_assoc_t; typedef
157 sctp_assoc_t sinfo_assoc_id;
205 sctp_assoc_t sac_assoc_id;
239 sctp_assoc_t spc_assoc_id;
272 sctp_assoc_t sre_assoc_id;
289 sctp_assoc_t ssf_assoc_id;
320 sctp_assoc_t sse_assoc_id;
335 sctp_assoc_t sai_assoc_id;
350 sctp_assoc_t pdapi_assoc_id;
433 sctp_assoc_t srto_assoc_id;
[all …]
Dsctp.h352 static inline sctp_assoc_t sctp_assoc2id(const struct sctp_association *asoc) in sctp_assoc2id()
354 return (sctp_assoc_t) asoc; in sctp_assoc2id()
358 struct sctp_association *sctp_id2assoc(struct sock *sk, sctp_assoc_t id);
/linux-2.4.37.9/net/sctp/
Dsocket.c174 struct sctp_association *sctp_id2assoc(struct sock *sk, sctp_assoc_t id) in sctp_id2assoc()
208 sctp_assoc_t id) in sctp_addr_id2transport()
1061 sctp_assoc_t associd = NULL; in sctp_sendmsg()
2629 sctp_assoc_t associd; in sctp_getsockopt_sctp_status()
2979 sctp_assoc_t id; in sctp_getsockopt_peer_addrs_num()
2984 if (len != sizeof(sctp_assoc_t)) in sctp_getsockopt_peer_addrs_num()
2987 if (copy_from_user(&id, optval, sizeof(sctp_assoc_t))) in sctp_getsockopt_peer_addrs_num()
3051 sctp_assoc_t id; in sctp_getsockopt_local_addrs_num()
3060 if (len != sizeof(sctp_assoc_t)) in sctp_getsockopt_local_addrs_num()
3063 if (copy_from_user(&id, optval, sizeof(sctp_assoc_t))) in sctp_getsockopt_local_addrs_num()