Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dsctp.h60 typedef __s32 sctp_assoc_t; typedef
221 sctp_assoc_t sinfo_assoc_id;
237 sctp_assoc_t snd_assoc_id;
257 sctp_assoc_t rcv_assoc_id;
276 sctp_assoc_t nxt_assoc_id;
367 sctp_assoc_t sac_assoc_id;
402 sctp_assoc_t spc_assoc_id;
438 sctp_assoc_t sre_assoc_id;
455 sctp_assoc_t ssf_assoc_id;
465 sctp_assoc_t ssf_assoc_i
[all...]
/linux/include/net/sctp/
H A Dsctp.h346 static inline sctp_assoc_t sctp_assoc2id(const struct sctp_association *asoc) in sctp_assoc2id()
365 struct sctp_association *sctp_id2assoc(struct sock *sk, sctp_assoc_t id);
H A Dstructs.h1586 sctp_assoc_t assoc_id;
/linux/net/sctp/
H A Dsocket.c234 struct sctp_association *sctp_id2assoc(struct sock *sk, sctp_assoc_t id) in sctp_id2assoc()
273 sctp_assoc_t id) in sctp_addr_id2transport()
1168 int addrs_size, int flags, sctp_assoc_t *assoc_id) in __sctp_connect()
1261 * sctp_assoc_t *asoc);
1313 int addrs_size, sctp_assoc_t *assoc_id) in __sctp_setsockopt_connectx()
1361 sctp_assoc_t assoc_id = 0; in sctp_setsockopt_connectx()
1382 sctp_assoc_t assoc_id;
1393 sctp_assoc_t assoc_id = 0; in sctp_getsockopt_connectx3()
2299 * sctp_assoc_t spp_assoc_id;
2759 * sctp_assoc_t sack_assoc_i
[all...]
H A Dassociola.c1629 asoc->assoc_id = (sctp_assoc_t)ret; in sctp_assoc_set_id()