Home
last modified time | relevance | path

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

/linux-3.4.99/net/netfilter/
Dnf_conntrack_proto_sctp.c239 case SCTP_CID_ABORT: in sctp_new_state()
316 !test_bit(SCTP_CID_ABORT, map) && in sctp_packet()
331 } else if (sch->type == SCTP_CID_ABORT) { in sctp_packet()
417 if (test_bit(SCTP_CID_ABORT, map) || in sctp_new()
/linux-3.4.99/include/linux/
Dsctp.h95 SCTP_CID_ABORT = 6, enumerator
/linux-3.4.99/net/netfilter/ipvs/
Dip_vs_proto_sctp.c946 if (sch->type == SCTP_CID_ABORT) in set_sctp_state()
Dip_vs_core.c1002 if (sch->type == SCTP_CID_ABORT) in is_sctp_abort()
/linux-3.4.99/net/sctp/
Dinput.c680 if (SCTP_CID_ABORT == ch->type) in sctp_rcv_ootb()
Dsm_statefuns.c556 if (sctp_auth_recv_cid(SCTP_CID_ABORT, asoc)) in sctp_sf_do_5_1C_ack()
3365 if (SCTP_CID_ABORT == ch->type) in sctp_sf_ootb()
4281 if (sctp_auth_recv_cid(SCTP_CID_ABORT, asoc)) in sctp_sf_abort_violation()
4405 if (sctp_auth_recv_cid(SCTP_CID_ABORT, asoc)) in sctp_sf_violation_paramlen()
Doutqueue.c847 case SCTP_CID_ABORT: in sctp_outq_flush()
Dsm_sideeffect.c560 if (event_type == SCTP_EVENT_T_CHUNK && subtype.chunk == SCTP_CID_ABORT) in sctp_cmd_assoc_failed()
Dsm_make_chunk.c910 retval = sctp_make_chunk(asoc, SCTP_CID_ABORT, flags, hint); in sctp_make_abort()