Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dsctp.h791 SPP_HB_ENABLE = 1<<0, /*Enable heartbeats*/ enumerator
793 SPP_HB = SPP_HB_ENABLE | SPP_HB_DISABLE,
/linux/net/sctp/
H A Dsocket.c2348 * SPP_HB_ENABLE - Enable heartbeats on the
2357 * that SPP_HB_ENABLE and SPP_HB_DISABLE are
2451 /* Note that unless the spp_flag is set to SPP_HB_ENABLE the value of in sctp_apply_peer_addr_params()
2455 if (params->spp_flags & SPP_HB_ENABLE) { in sctp_apply_peer_addr_params()
5100 sp->param_flags = SPP_HB_ENABLE | in sctp_init_sock()
5884 * SPP_HB_ENABLE - Enable heartbeats on the
5893 * that SPP_HB_ENABLE and SPP_HB_DISABLE are
H A Dsm_statefuns.c1068 if (transport->param_flags & SPP_HB_ENABLE) { in sctp_sf_sendbeat_8_3()