Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dsctp.h60 typedef __s32 sctp_assoc_t; typedef
219 sctp_assoc_t sinfo_assoc_id;
235 sctp_assoc_t snd_assoc_id;
255 sctp_assoc_t rcv_assoc_id;
274 sctp_assoc_t nxt_assoc_id;
365 sctp_assoc_t sac_assoc_id;
400 sctp_assoc_t spc_assoc_id;
436 sctp_assoc_t sre_assoc_id;
453 sctp_assoc_t ssf_assoc_id;
463 sctp_assoc_t ssf_assoc_id;
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A 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 …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A 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 …]
/OK3568_Linux_fs/kernel/include/net/sctp/
H A Dsctp.h348 static inline sctp_assoc_t sctp_assoc2id(const struct sctp_association *asoc) in sctp_assoc2id()
367 struct sctp_association *sctp_id2assoc(struct sock *sk, sctp_assoc_t id);
369 int sctp_do_peeloff(struct sock *sk, sctp_assoc_t id, struct socket **sockp);
H A Dstructs.h1563 sctp_assoc_t assoc_id;
/OK3568_Linux_fs/kernel/net/sctp/
H A Dsocket.c230 struct sctp_association *sctp_id2assoc(struct sock *sk, sctp_assoc_t id) in sctp_id2assoc()
269 sctp_assoc_t id) in sctp_addr_id2transport()
1169 int addrs_size, int flags, sctp_assoc_t *assoc_id) in __sctp_connect()
1314 int addrs_size, sctp_assoc_t *assoc_id) in __sctp_setsockopt_connectx()
1362 sctp_assoc_t assoc_id = 0; in sctp_setsockopt_connectx()
1383 sctp_assoc_t assoc_id;
1394 sctp_assoc_t assoc_id = 0; in sctp_getsockopt_connectx3()
3251 sctp_assoc_t assoc_id; in sctp_setsockopt_maxseg()
3517 sctp_assoc_t assoc_id; in sctp_setsockopt_maxburst()
4113 static int sctp_setsockopt_reset_assoc(struct sock *sk, sctp_assoc_t *associd, in sctp_setsockopt_reset_assoc()
[all …]
H A Dassociola.c1638 asoc->assoc_id = (sctp_assoc_t)ret; in sctp_assoc_set_id()