Home
last modified time | relevance | path

Searched refs:SCTP_SENDER_DRY_EVENT (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.h652 SCTP_SENDER_DRY_EVENT, enumerator
653 #define SCTP_SENDER_DRY_EVENT SCTP_SENDER_DRY_EVENT macro
/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.h652 SCTP_SENDER_DRY_EVENT, enumerator
653 #define SCTP_SENDER_DRY_EVENT SCTP_SENDER_DRY_EVENT macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dsctp.h679 SCTP_SENDER_DRY_EVENT, enumerator
680 #define SCTP_SENDER_DRY_EVENT SCTP_SENDER_DRY_EVENT macro
/OK3568_Linux_fs/kernel/net/sctp/
H A Dulpevent.c879 sdry->sender_dry_type = SCTP_SENDER_DRY_EVENT; in sctp_ulpevent_make_sender_dry_event()
H A Dsocket.c2236 if (sctp_ulpevent_type_enabled(sp->subscribe, SCTP_SENDER_DRY_EVENT)) { in sctp_setsockopt_events()
4268 if (param->se_type == SCTP_SENDER_DRY_EVENT && param->se_on) { in sctp_assoc_ulpevent_type_set()