Home
last modified time | relevance | path

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

/Linux-v5.4/net/netfilter/
Dnf_conntrack_proto_sctp.c186 sch->type == SCTP_CID_COOKIE_ECHO || in do_basic_checks()
234 case SCTP_CID_COOKIE_ECHO: in sctp_new_state()
397 !test_bit(SCTP_CID_COOKIE_ECHO, map) && in nf_conntrack_sctp_packet()
426 } else if (sch->type == SCTP_CID_COOKIE_ECHO) { in nf_conntrack_sctp_packet()
/Linux-v5.4/include/linux/
Dsctp.h81 SCTP_CID_COOKIE_ECHO = 10, enumerator
/Linux-v5.4/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-v5.4/net/sctp/
Dendpointola.c354 if (next_hdr->type == SCTP_CID_COOKIE_ECHO) { in sctp_endpoint_bh_rcv()
Doutput.c330 case SCTP_CID_COOKIE_ECHO: in __sctp_packet_append_chunk()
Dinput.c1221 case SCTP_CID_COOKIE_ECHO: in __sctp_rcv_walk_lookup()
Doutqueue.c924 case SCTP_CID_COOKIE_ECHO: in sctp_outq_flush_ctrl()
Dassociola.c1013 if (next_hdr->type == SCTP_CID_COOKIE_ECHO) { in sctp_assoc_bh_rcv()
Dsm_make_chunk.c578 retval = sctp_make_control(asoc, SCTP_CID_COOKIE_ECHO, 0, in sctp_make_cookie_echo()