Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dsctp.h60 typedef __s32 sctp_assoc_t; typedef
208 sctp_assoc_t sinfo_assoc_id;
224 sctp_assoc_t snd_assoc_id;
244 sctp_assoc_t rcv_assoc_id;
263 sctp_assoc_t nxt_assoc_id;
354 sctp_assoc_t sac_assoc_id;
389 sctp_assoc_t spc_assoc_id;
423 sctp_assoc_t sre_assoc_id;
440 sctp_assoc_t ssf_assoc_id;
471 sctp_assoc_t sse_assoc_id;
[all …]
/Linux-v4.19/include/net/sctp/
Dsctp.h363 static inline sctp_assoc_t sctp_assoc2id(const struct sctp_association *asoc) in sctp_assoc2id()
382 struct sctp_association *sctp_id2assoc(struct sock *sk, sctp_assoc_t id);
384 int sctp_do_peeloff(struct sock *sk, sctp_assoc_t id, struct socket **sockp);
Dstructs.h1567 sctp_assoc_t assoc_id;
/Linux-v4.19/net/sctp/
Dsocket.c248 struct sctp_association *sctp_id2assoc(struct sock *sk, sctp_assoc_t id) in sctp_id2assoc()
269 if (!id || (id == (sctp_assoc_t)-1)) in sctp_id2assoc()
287 sctp_assoc_t id) in sctp_addr_id2transport()
1088 sctp_assoc_t *assoc_id) in __sctp_connect()
1339 sctp_assoc_t *assoc_id) in __sctp_setsockopt_connectx()
1396 sctp_assoc_t assoc_id = 0; in sctp_setsockopt_connectx()
1417 sctp_assoc_t assoc_id;
1428 sctp_assoc_t assoc_id = 0; in sctp_getsockopt_connectx3()
4137 sctp_assoc_t associd; in sctp_setsockopt_reset_assoc()
5135 sctp_assoc_t associd; in sctp_getsockopt_sctp_status()
[all …]
Dassociola.c1655 asoc->assoc_id = (sctp_assoc_t)ret; in sctp_assoc_set_id()