Searched refs:SB_TLS_RX_RESYNC (Results 1 – 2 of 2) sorted by relevance
53 #define SB_TLS_RX_RESYNC 0x8000 /* KTLS RX lost HW sync */ macro
2736 sb->sb_flags |= SB_TLS_RX_RESYNC; in ktls_decrypt()2740 } else if (__predict_false(sb->sb_flags & SB_TLS_RX_RESYNC)) { in ktls_decrypt()2741 sb->sb_flags &= ~SB_TLS_RX_RESYNC; in ktls_decrypt()