Searched refs:SPP_HB_ENABLE (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/uapi/linux/
H A Dsctp.h791 SPP_HB_ENABLE = 1<<0, /*Enable heartbeats*/ enumerator in enum:sctp_spp_flags
793 SPP_HB = SPP_HB_ENABLE | SPP_HB_DISABLE,
/linux-master/net/sctp/
H A Dsocket.c2340 * SPP_HB_ENABLE - Enable heartbeats on the
2349 * that SPP_HB_ENABLE and SPP_HB_DISABLE are
2443 /* Note that unless the spp_flag is set to SPP_HB_ENABLE the value of
2447 if (params->spp_flags & SPP_HB_ENABLE) {
5029 sp->param_flags = SPP_HB_ENABLE |
5828 * SPP_HB_ENABLE - Enable heartbeats on the
5837 * that SPP_HB_ENABLE and SPP_HB_DISABLE are
H A Dsm_statefuns.c1065 if (transport->param_flags & SPP_HB_ENABLE) {

Completed in 177 milliseconds