Searched refs:RXRPC_CALL_TX_LAST (Results 1 - 2 of 2) sorted by relevance

/linux-master/net/rxrpc/
H A Dinput.c168 if (test_bit(RXRPC_CALL_TX_LAST, &call->flags) ||
216 set_bit(RXRPC_CALL_TX_LAST, &call->flags);
253 ASSERT(test_bit(RXRPC_CALL_TX_LAST, &call->flags));
301 if (!test_bit(RXRPC_CALL_TX_LAST, &call->flags)) {
981 if (test_bit(RXRPC_CALL_TX_LAST, &call->flags) &&
H A Dar-internal.h558 RXRPC_CALL_TX_LAST, /* Last packet in Tx buffer (at rxtx_top) */ enumerator in enum:rxrpc_call_flag

Completed in 145 milliseconds