Home
last modified time | relevance | path

Searched refs:SCTP_CHUNK_FLAG_T (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
A Dsctp.h125 enum { SCTP_CHUNK_FLAG_T = 0x01 }; enumerator
149 #define sctp_test_T_bit(c) ((c)->chunk_hdr->flags & SCTP_CHUNK_FLAG_T)
/linux/net/netfilter/
A Dnf_conntrack_proto_sctp.c427 sch->flags & SCTP_CHUNK_FLAG_T) in nf_conntrack_sctp_packet()
/linux/net/sctp/
A Dsm_make_chunk.c911 flags |= asoc ? 0 : SCTP_CHUNK_FLAG_T; in sctp_make_shutdown_complete()
950 flags = SCTP_CHUNK_FLAG_T; in sctp_make_abort()
A Dsm_statefuns.c4731 abort->chunk_hdr->flags |= SCTP_CHUNK_FLAG_T; in sctp_sf_abort_violation()

Completed in 22 milliseconds