Home
last modified time | relevance | path

Searched refs:tx_response (Results 1 – 3 of 3) sorted by relevance

/net/rxrpc/
A Dconn_event.c516 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()
A Dconn_object.c333 rxrpc_free_skb(conn->tx_response, rxrpc_skb_put_response); in rxrpc_clean_up_connection()
A Dar-internal.h580 struct sk_buff *tx_response; /* Response packet to be transmitted */ member

Completed in 12 milliseconds