Searched refs:RXRPC_TXBUF_LAST (Results 1 – 4 of 4) sorted by relevance
243 bool last = test_bit(RXRPC_TXBUF_LAST, &txb->flags), poke; in rxrpc_queue_packet()399 __set_bit(RXRPC_TXBUF_LAST, &txb->flags); in rxrpc_send_data()
364 else if (test_bit(RXRPC_TXBUF_LAST, &txb->flags) && rxrpc_sending_to_client(txb)) in rxrpc_send_data_packet()
226 if (test_bit(RXRPC_TXBUF_LAST, &txb->flags)) { in rxrpc_rotate_tx_window()
799 #define RXRPC_TXBUF_LAST 0 /* Set if last packet in Tx phase */ macro