Home
last modified time | relevance | path

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

/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.h773 struct sctp_paddrparams { struct
/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.h773 struct sctp_paddrparams { struct
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dsctp.h804 struct sctp_paddrparams { struct
/OK3568_Linux_fs/kernel/include/net/sctp/
H A Dstructs.h203 struct sctp_paddrparams paddrparam;
/OK3568_Linux_fs/kernel/net/sctp/
H A Dsocket.c2421 static int sctp_apply_peer_addr_params(struct sctp_paddrparams *params, in sctp_apply_peer_addr_params()
2611 struct sctp_paddrparams *params, in sctp_setsockopt_peer_addr_params()
2620 if (optlen == ALIGN(offsetof(struct sctp_paddrparams, in sctp_setsockopt_peer_addr_params()
5784 struct sctp_paddrparams params; in sctp_getsockopt_peer_addr_params()
5791 else if (len >= ALIGN(offsetof(struct sctp_paddrparams, in sctp_getsockopt_peer_addr_params()
5793 len = ALIGN(offsetof(struct sctp_paddrparams, in sctp_getsockopt_peer_addr_params()