Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/
H A Dnf_conntrack_proto_sctp.c227 case SCTP_CID_HEARTBEAT: in sctp_new_state()
282 } else if (sch->type == SCTP_CID_HEARTBEAT) { in sctp_new()
376 !test_bit(SCTP_CID_HEARTBEAT, map) && in nf_conntrack_sctp_packet()
418 } else if (sch->type == SCTP_CID_HEARTBEAT) { in nf_conntrack_sctp_packet()
/openbmc/linux/include/linux/
H A Dsctp.h75 SCTP_CID_HEARTBEAT = 4, enumerator
/openbmc/linux/net/sctp/
H A Doutqueue.c850 if (type != SCTP_CID_HEARTBEAT && in sctp_outq_select_transport()
943 case SCTP_CID_HEARTBEAT: in sctp_outq_flush_ctrl()
H A Dsm_make_chunk.c1169 retval = sctp_make_control(asoc, SCTP_CID_HEARTBEAT, 0, in sctp_make_heartbeat()
/openbmc/linux/net/netfilter/ipvs/
H A Dip_vs_proto_sctp.c234 [SCTP_CID_HEARTBEAT] = IP_VS_SCTP_DATA,