Searched refs:tx_response (Results 1 – 3 of 3) sorted by relevance
516 if (conn->tx_response) { in rxrpc_input_conn_event()520 skb = conn->tx_response; in rxrpc_input_conn_event()521 conn->tx_response = NULL; in rxrpc_input_conn_event()558 old = conn->tx_response; in rxrpc_post_response()564 conn->tx_response = old; in rxrpc_post_response()568 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
Completed in 12 milliseconds