Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dsctp.h124 enum { SCTP_CHUNK_FLAG_T = 0x01 }; enumerator
148 #define sctp_test_T_bit(c) ((c)->chunk_hdr->flags & SCTP_CHUNK_FLAG_T)
/kernel/linux/linux-5.10/net/netfilter/
Dnf_conntrack_proto_sctp.c427 sch->flags & SCTP_CHUNK_FLAG_T) in nf_conntrack_sctp_packet()
/kernel/linux/linux-5.10/net/sctp/
Dsm_make_chunk.c915 flags |= asoc ? 0 : SCTP_CHUNK_FLAG_T; in sctp_make_shutdown_complete()
954 flags = SCTP_CHUNK_FLAG_T; in sctp_make_abort()
Dsm_statefuns.c4606 abort->chunk_hdr->flags |= SCTP_CHUNK_FLAG_T; in sctp_sf_abort_violation()