Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/rxrpc/
A Dconn_event.c296 if (!test_bit(RXRPC_CONN_FINAL_ACK_0 + channel, &conn->flags)) in rxrpc_process_delayed_final_acks()
308 if (test_and_clear_bit(RXRPC_CONN_FINAL_ACK_0 + channel, in rxrpc_process_delayed_final_acks()
A Dconn_client.c420 clear_bit(RXRPC_CONN_FINAL_ACK_0 + channel, &conn->flags); in rxrpc_activate_one_channel()
631 set_bit(RXRPC_CONN_FINAL_ACK_0 + channel, &conn->flags); in rxrpc_disconnect_client_call()
A Dar-internal.h393 RXRPC_CONN_FINAL_ACK_0, /* Need final ACK for channel 0 */ enumerator
399 #define RXRPC_CONN_FINAL_ACK_MASK ((1UL << RXRPC_CONN_FINAL_ACK_0) | \

Completed in 14 milliseconds