Home
last modified time | relevance | path

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

/Linux-v4.19/net/netfilter/
Dnf_conntrack_proto_sctp.c194 sch->type == SCTP_CID_COOKIE_ECHO || in do_basic_checks()
242 case SCTP_CID_COOKIE_ECHO: in sctp_new_state()
302 !test_bit(SCTP_CID_COOKIE_ECHO, map) && in sctp_packet()
331 } else if (sch->type == SCTP_CID_COOKIE_ECHO) { in sctp_packet()
/Linux-v4.19/include/linux/
Dsctp.h96 SCTP_CID_COOKIE_ECHO = 10, enumerator
/Linux-v4.19/net/netfilter/ipvs/
Dip_vs_proto_sctp.c238 [SCTP_CID_COOKIE_ECHO] = IP_VS_SCTP_COOKIE_ECHO,
409 if ((sch->type == SCTP_CID_COOKIE_ECHO) || in set_sctp_state()
/Linux-v4.19/net/sctp/
Dendpointola.c416 if (next_hdr->type == SCTP_CID_COOKIE_ECHO) { in sctp_endpoint_bh_rcv()
Doutput.c339 case SCTP_CID_COOKIE_ECHO: in __sctp_packet_append_chunk()
Dinput.c1172 case SCTP_CID_COOKIE_ECHO: in __sctp_rcv_walk_lookup()
Dassociola.c1032 if (next_hdr->type == SCTP_CID_COOKIE_ECHO) { in sctp_assoc_bh_rcv()
Doutqueue.c943 case SCTP_CID_COOKIE_ECHO: in sctp_outq_flush_ctrl()
Dsm_make_chunk.c588 retval = sctp_make_control(asoc, SCTP_CID_COOKIE_ECHO, 0, in sctp_make_cookie_echo()