Home
last modified time | relevance | path

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

/linux/include/linux/
H 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/
H A Dnf_conntrack_proto_sctp.c397 if ((!(sch->flags & SCTP_CHUNK_FLAG_T) && in nf_conntrack_sctp_packet()
399 ((sch->flags & SCTP_CHUNK_FLAG_T) && in nf_conntrack_sctp_packet()
406 if ((!(sch->flags & SCTP_CHUNK_FLAG_T) && in nf_conntrack_sctp_packet()
408 ((sch->flags & SCTP_CHUNK_FLAG_T) && in nf_conntrack_sctp_packet()
/linux/net/sctp/
H 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()
H A Dsm_statefuns.c4741 abort->chunk_hdr->flags |= SCTP_CHUNK_FLAG_T; in sctp_sf_abort_violation()