Home
last modified time | relevance | path

Searched refs:RXRPC_TXBUF_LAST (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/net/rxrpc/
H A Dsendmsg.c243 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()
H A Doutput.c364 else if (test_bit(RXRPC_TXBUF_LAST, &txb->flags) && rxrpc_sending_to_client(txb)) in rxrpc_send_data_packet()
H A Dinput.c226 if (test_bit(RXRPC_TXBUF_LAST, &txb->flags)) { in rxrpc_rotate_tx_window()
H A Dar-internal.h799 #define RXRPC_TXBUF_LAST 0 /* Set if last packet in Tx phase */ macro