Searched refs:SCTP_CID_ABORT (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/net/netfilter/ |
D | nf_conntrack_proto_sctp.c | 253 case SCTP_CID_ABORT: in sctp_new_state() 330 !test_bit(SCTP_CID_ABORT, map) && in sctp_packet() 345 } else if (sch->type == SCTP_CID_ABORT) { in sctp_packet() 431 if (test_bit(SCTP_CID_ABORT, map) || in sctp_new()
|
/linux-4.1.27/include/linux/ |
D | sctp.h | 92 SCTP_CID_ABORT = 6, enumerator
|
/linux-4.1.27/net/netfilter/ipvs/ |
D | ip_vs_proto_sctp.c | 225 [SCTP_CID_ABORT] = IP_VS_SCTP_ABORT, 407 if (sch && sch->type == SCTP_CID_ABORT) in set_sctp_state()
|
D | ip_vs_core.c | 1026 if (sch->type == SCTP_CID_ABORT) in is_sctp_abort()
|
/linux-4.1.27/net/sctp/ |
D | input.c | 681 if (SCTP_CID_ABORT == ch->type) in sctp_rcv_ootb()
|
D | sm_statefuns.c | 569 if (sctp_auth_recv_cid(SCTP_CID_ABORT, asoc)) in sctp_sf_do_5_1C_ack() 3440 if (SCTP_CID_ABORT == ch->type) in sctp_sf_ootb() 4351 if (sctp_auth_recv_cid(SCTP_CID_ABORT, asoc)) in sctp_sf_abort_violation() 4477 if (sctp_auth_recv_cid(SCTP_CID_ABORT, asoc)) in sctp_sf_violation_paramlen()
|
D | outqueue.c | 832 case SCTP_CID_ABORT: in sctp_outq_flush()
|
D | sm_sideeffect.c | 579 if (event_type == SCTP_EVENT_T_CHUNK && subtype.chunk == SCTP_CID_ABORT) in sctp_cmd_assoc_failed()
|
D | sm_make_chunk.c | 950 retval = sctp_make_control(asoc, SCTP_CID_ABORT, flags, hint); in sctp_make_abort()
|