Home
last modified time | relevance | path

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

/linux-4.1.27/net/netfilter/
Dnf_conntrack_proto_sctp.c221 sch->type == SCTP_CID_COOKIE_ECHO || in do_basic_checks()
269 case SCTP_CID_COOKIE_ECHO: in sctp_new_state()
329 !test_bit(SCTP_CID_COOKIE_ECHO, map) && in sctp_packet()
356 } else if (sch->type == SCTP_CID_COOKIE_ECHO) { in sctp_packet()
/linux-4.1.27/include/linux/
Dsctp.h96 SCTP_CID_COOKIE_ECHO = 10, enumerator
/linux-4.1.27/net/netfilter/ipvs/
Dip_vs_proto_sctp.c229 [SCTP_CID_COOKIE_ECHO] = IP_VS_SCTP_COOKIE_ECHO,
400 if ((sch->type == SCTP_CID_COOKIE_ECHO) || in set_sctp_state()
/linux-4.1.27/net/sctp/
Dendpointola.c446 if (next_hdr->type == SCTP_CID_COOKIE_ECHO) { in sctp_endpoint_bh_rcv()
Doutput.c295 case SCTP_CID_COOKIE_ECHO: in __sctp_packet_append_chunk()
Dinput.c1060 case SCTP_CID_COOKIE_ECHO: in __sctp_rcv_walk_lookup()
Doutqueue.c844 case SCTP_CID_COOKIE_ECHO: in sctp_outq_flush()
Dsm_make_chunk.c573 retval = sctp_make_control(asoc, SCTP_CID_COOKIE_ECHO, 0, cookie_len); in sctp_make_cookie_echo()