Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/sctp/
H A Dsm.h414 if ((!sctp_test_T_bit(chunk) && in sctp_vtag_verify_either()
416 (sctp_test_T_bit(chunk) && asoc->c.peer_vtag && in sctp_vtag_verify_either()
/OK3568_Linux_fs/kernel/include/linux/
H A Dsctp.h148 #define sctp_test_T_bit(c) ((c)->chunk_hdr->flags & SCTP_CHUNK_FLAG_T) macro
/OK3568_Linux_fs/kernel/net/sctp/
H A Dsm_statefuns.c3430 if (sctp_test_T_bit(abort)) in sctp_sf_tabort_8_4_8()
3697 if (sctp_test_T_bit(shut)) in sctp_sf_shut_8_4_5()
4660 if (sctp_test_T_bit(abort)) in sctp_sf_abort_violation()
6241 if (sctp_test_T_bit(abort)) in sctp_abort_pkt_new()
H A Doutqueue.c916 if (sctp_test_T_bit(chunk)) in sctp_outq_flush_ctrl()