Home
last modified time | relevance | path

Searched refs:sctp_test_T_bit (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/include/net/sctp/
Dsm.h429 if ((!sctp_test_T_bit(chunk) && in sctp_vtag_verify_either()
431 (sctp_test_T_bit(chunk) && asoc->c.peer_vtag && in sctp_vtag_verify_either()
/linux-4.19.296/include/linux/
Dsctp.h163 #define sctp_test_T_bit(c) ((c)->chunk_hdr->flags & SCTP_CHUNK_FLAG_T) macro