Searched refs:tx_response (Results 1 – 3 of 3) sorted by relevance
538 if (conn->tx_response) { in rxrpc_input_conn_event()542 skb = conn->tx_response; in rxrpc_input_conn_event()543 conn->tx_response = NULL; in rxrpc_input_conn_event()580 old = conn->tx_response; in rxrpc_post_response()586 conn->tx_response = skb; in rxrpc_post_response()590 conn->tx_response = skb; in rxrpc_post_response()
333 rxrpc_free_skb(conn->tx_response, rxrpc_skb_put_response); in rxrpc_clean_up_connection()
579 struct sk_buff *tx_response; /* Response packet to be transmitted */ member