Home | History | Annotate | Download | only in netinet

Lines Matching refs:SCTP_IS_TSN_PRESENT

952 SCTP_IS_TSN_PRESENT(arry, gap) ((arry[(gap >> 3)] >> (gap & 0x07)) & 0x01)