Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/sctp/
H A Dconstants.h133 #define sctp_chunk_is_data(a) (a->chunk_hdr->type == SCTP_CID_DATA || \
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnf_conntrack_proto_sctp.c438 if (test_bit(SCTP_CID_DATA, map) || ignore) in nf_conntrack_sctp_packet()
454 if (test_bit(SCTP_CID_DATA, map) || ignore) in nf_conntrack_sctp_packet()
/OK3568_Linux_fs/kernel/include/linux/
H A Dsctp.h71 SCTP_CID_DATA = 0, enumerator
/OK3568_Linux_fs/kernel/net/sctp/
H A Dchunk.c186 if (sctp_auth_send_cid(SCTP_CID_DATA, asoc)) { in sctp_datamsg_from_user()
H A Dsm_statetable.c974 cid = SCTP_CID_DATA; in sctp_chunk_event_lookup()
H A Doutput.c315 case SCTP_CID_DATA: in __sctp_packet_append_chunk()
H A Dstream_interleave.c92 if (chunk->chunk_hdr->type != SCTP_CID_DATA) in sctp_validate_data()
H A Dsm_make_chunk.c1430 return _sctp_make_chunk(asoc, SCTP_CID_DATA, flags, paylen, gfp); in sctp_make_data()
/OK3568_Linux_fs/kernel/net/netfilter/ipvs/
H A Dip_vs_proto_sctp.c228 [SCTP_CID_DATA] = IP_VS_SCTP_DATA,