Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dtls.h102 #define BIT_TX_CLOSING 1 macro
/openbmc/linux/net/tls/
H A Dtls_sw.c2453 set_bit(BIT_TX_CLOSING, &ctx->tx_bitmask); in tls_sw_cancel_work_tx()
2559 if (test_bit(BIT_TX_CLOSING, &ctx->tx_bitmask)) in tx_work_handler()