Home
last modified time | relevance | path

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

/linux/net/rxrpc/
H A Dar-internal.h767 u16 tx_nr_resent; /* Number of packets resent, but unacked */ member
1582 return call->tx_nr_sent - rxrpc_left_out(call) + call->tx_nr_resent; in rxrpc_tx_in_flight()
H A Doutput.c580 call->tx_nr_resent++; in rxrpc_prepare_data_packet()
H A Dinput.c291 call->tx_nr_resent--; in rxrpc_rotate_tx_window()
/linux/include/trace/events/
H A Drxrpc.h2594 __entry->nr_resent = call->tx_nr_resent;