Home
last modified time | relevance | path

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

/drivers/net/wireless/rt2x00/
Drt2x00crypto.c131 skbdesc->flags |= SKBDESC_IV_STRIPPED; in rt2x00crypto_tx_remove_iv()
140 if (!(skbdesc->flags & SKBDESC_IV_STRIPPED)) in rt2x00crypto_tx_insert_iv()
152 skbdesc->flags &= ~SKBDESC_IV_STRIPPED; in rt2x00crypto_tx_insert_iv()
Drt2x00queue.h85 SKBDESC_IV_STRIPPED = 1 << 2, enumerator