Searched refs:SPP_HB_TIME_IS_ZERO (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/uapi/linux/
H A Dsctp.h801 SPP_HB_TIME_IS_ZERO = 1<<7, /* Set HB delay to 0 */ enumerator in enum:sctp_spp_flags
/linux-master/net/sctp/
H A Dsocket.c2357 * SPP_HB_TIME_IS_ZERO - Specify's that the time for
2449 /* Re-zero the interval if the SPP_HB_TIME_IS_ZERO is
2453 if (params->spp_flags & SPP_HB_TIME_IS_ZERO)
2457 (params->spp_flags & SPP_HB_TIME_IS_ZERO)) {

Completed in 213 milliseconds