Searched refs:csk_flag_nochk (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
| A D | chtls_cm.c | 256 if (!csk_flag_nochk(csk, CSK_TX_DATA_SENT)) { in chtls_send_reset() 1665 !csk_flag_nochk(csk, CSK_CALLBACKS_CHKD))) in check_sk_callbacks() 1879 if (csk_flag_nochk(csk, CSK_ABORT_RPL_PENDING)) in chtls_peer_close() 1895 if (csk_flag_nochk(csk, CSK_ABORT_RPL_PENDING)) in chtls_peer_close() 1926 if (csk_flag_nochk(csk, CSK_ABORT_RPL_PENDING)) in chtls_close_con_rpl() 1936 if (csk_flag_nochk(csk, CSK_ABORT_RPL_PENDING)) in chtls_close_con_rpl() 1952 !csk_flag_nochk(csk, CSK_ABORT_SHUTDOWN)) in chtls_close_con_rpl() 1954 else if (csk_flag_nochk(csk, CSK_TX_DATA_SENT)) in chtls_close_con_rpl() 2122 if (!csk_flag_nochk(csk, CSK_ABORT_SHUTDOWN) && in chtls_abort_req_rss() 2123 !csk_flag_nochk(csk, CSK_TX_DATA_SENT)) { in chtls_abort_req_rss() [all …]
|
| A D | chtls.h | 490 static inline int csk_flag_nochk(const struct chtls_sock *csk, in csk_flag_nochk() function
|
| A D | chtls_io.c | 642 if (!csk_flag_nochk(csk, CSK_TX_DATA_SENT)) { in chtls_push_frames()
|
Completed in 15 milliseconds