Searched refs:tx_response (Results 1 – 3 of 3) sorted by relevance
526 if (conn->tx_response) { in rxrpc_input_conn_event()530 skb = conn->tx_response; in rxrpc_input_conn_event()531 conn->tx_response = NULL; in rxrpc_input_conn_event()568 old = conn->tx_response; in rxrpc_post_response()574 conn->tx_response = skb; in rxrpc_post_response()578 conn->tx_response = skb; in rxrpc_post_response()
333 rxrpc_free_skb(conn->tx_response, rxrpc_skb_put_response); in rxrpc_clean_up_connection()
580 struct sk_buff *tx_response; /* Response packet to be transmitted */ member