Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dsctp.h59 typedef __s32 sctp_assoc_t; typedef
160 sctp_assoc_t sinfo_assoc_id;
176 sctp_assoc_t snd_assoc_id;
196 sctp_assoc_t rcv_assoc_id;
215 sctp_assoc_t nxt_assoc_id;
270 sctp_assoc_t sac_assoc_id;
305 sctp_assoc_t spc_assoc_id;
339 sctp_assoc_t sre_assoc_id;
356 sctp_assoc_t ssf_assoc_id;
387 sctp_assoc_t sse_assoc_id;
[all …]
/linux-4.1.27/include/net/sctp/
Dsctp.h321 static inline sctp_assoc_t sctp_assoc2id(const struct sctp_association *asoc) in sctp_assoc2id()
340 struct sctp_association *sctp_id2assoc(struct sock *sk, sctp_assoc_t id);
342 int sctp_do_peeloff(struct sock *sk, sctp_assoc_t id, struct socket **sockp);
Dstructs.h1356 sctp_assoc_t assoc_id;
/linux-4.1.27/net/sctp/
Dsocket.c195 struct sctp_association *sctp_id2assoc(struct sock *sk, sctp_assoc_t id) in sctp_id2assoc()
216 if (!id || (id == (sctp_assoc_t)-1)) in sctp_id2assoc()
235 sctp_assoc_t id) in sctp_addr_id2transport()
1042 sctp_assoc_t *assoc_id) in __sctp_connect()
1302 sctp_assoc_t *assoc_id) in __sctp_setsockopt_connectx()
1354 sctp_assoc_t assoc_id = 0; in sctp_setsockopt_connectx()
1375 sctp_assoc_t assoc_id;
1386 sctp_assoc_t assoc_id = 0; in sctp_getsockopt_connectx3()
1598 sctp_assoc_t associd = 0; in sctp_sendmsg()
4234 sctp_assoc_t associd; in sctp_getsockopt_sctp_status()
[all …]
Dassociola.c1609 asoc->assoc_id = (sctp_assoc_t)ret; in sctp_assoc_set_id()
/linux-4.1.27/fs/dlm/
Dlowcomms.c539 static void sctp_send_shutdown(sctp_assoc_t associd) in sctp_send_shutdown()