Searched refs:sctp_test_T_bit (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/net/sctp/
H A Dsm.h419 if ((!sctp_test_T_bit(chunk) &&
421 (sctp_test_T_bit(chunk) && asoc->c.peer_vtag &&
/linux-master/include/linux/
H A Dsctp.h149 #define sctp_test_T_bit(c) ((c)->chunk_hdr->flags & SCTP_CHUNK_FLAG_T) macro
/linux-master/net/sctp/
H A Dsm_statefuns.c3494 if (sctp_test_T_bit(abort))
3800 if (sctp_test_T_bit(shut))
4763 if (sctp_test_T_bit(abort))
6341 if (sctp_test_T_bit(abort))
H A Doutqueue.c924 if (sctp_test_T_bit(chunk))

Completed in 308 milliseconds