Searched refs:csk_flag_nochk (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
| H A D | chtls_cm.c | 256 if (!csk_flag_nochk(csk, CSK_TX_DATA_SENT)) { in chtls_send_reset() 1664 !csk_flag_nochk(csk, CSK_CALLBACKS_CHKD))) in check_sk_callbacks() 1878 if (csk_flag_nochk(csk, CSK_ABORT_RPL_PENDING)) in chtls_peer_close() 1894 if (csk_flag_nochk(csk, CSK_ABORT_RPL_PENDING)) in chtls_peer_close() 1925 if (csk_flag_nochk(csk, CSK_ABORT_RPL_PENDING)) in chtls_close_con_rpl() 1935 if (csk_flag_nochk(csk, CSK_ABORT_RPL_PENDING)) in chtls_close_con_rpl() 1951 !csk_flag_nochk(csk, CSK_ABORT_SHUTDOWN)) in chtls_close_con_rpl() 1953 else if (csk_flag_nochk(csk, CSK_TX_DATA_SENT)) in chtls_close_con_rpl() 2121 if (!csk_flag_nochk(csk, CSK_ABORT_SHUTDOWN) && in chtls_abort_req_rss() 2122 !csk_flag_nochk(csk, CSK_TX_DATA_SENT)) { in chtls_abort_req_rss() [all …]
|
| H A D | chtls.h | 490 static inline int csk_flag_nochk(const struct chtls_sock *csk, in csk_flag_nochk() function
|
| H A D | chtls_io.c | 642 if (!csk_flag_nochk(csk, CSK_TX_DATA_SENT)) { in chtls_push_frames()
|