Home
last modified time | relevance | path

Searched refs:SCTP_CID_COOKIE_ECHO (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/net/netfilter/
H A Dnf_conntrack_proto_sctp.c177 sch->type == SCTP_CID_COOKIE_ECHO || in do_basic_checks()
218 case SCTP_CID_COOKIE_ECHO: in sctp_new_state()
373 !test_bit(SCTP_CID_COOKIE_ECHO, map) && in nf_conntrack_sctp_packet()
411 } else if (sch->type == SCTP_CID_COOKIE_ECHO) { in nf_conntrack_sctp_packet()
/openbmc/linux/include/linux/
H A Dsctp.h81 SCTP_CID_COOKIE_ECHO = 10, enumerator
/openbmc/linux/net/netfilter/ipvs/
H A Dip_vs_proto_sctp.c240 [SCTP_CID_COOKIE_ECHO] = IP_VS_SCTP_COOKIE_ECHO,
411 if ((sch->type == SCTP_CID_COOKIE_ECHO) || in set_sctp_state()
/openbmc/linux/net/sctp/
H A Dendpointola.c367 if (next_hdr->type == SCTP_CID_COOKIE_ECHO) { in sctp_endpoint_bh_rcv()
H A Doutput.c356 case SCTP_CID_COOKIE_ECHO: in __sctp_packet_append_chunk()
H A Dinput.c1254 case SCTP_CID_COOKIE_ECHO: in __sctp_rcv_walk_lookup()
H A Doutqueue.c936 case SCTP_CID_COOKIE_ECHO: in sctp_outq_flush_ctrl()
H A Dassociola.c1016 if (next_hdr->type == SCTP_CID_COOKIE_ECHO) { in sctp_assoc_bh_rcv()
H A Dsm_make_chunk.c578 retval = sctp_make_control(asoc, SCTP_CID_COOKIE_ECHO, 0, in sctp_make_cookie_echo()