Searched refs:tx_winsize (Results 1 - 7 of 7) sorted by relevance

/linux-master/net/rxrpc/
H A Dinput.c681 if (call->tx_winsize != rwind) {
682 if (rwind > call->tx_winsize)
685 call->tx_winsize = rwind;
816 if (after_eq(prev_pkt, base + call->tx_winsize))
H A Dsendmsg.c198 call->tx_bottom, call->acks_hard_ack, call->tx_top, call->tx_winsize);
388 call->tx_winsize)
H A Dcall_event.c236 unsigned int winsize = min_t(unsigned int, call->tx_winsize,
H A Dar-internal.h682 u8 tx_winsize; /* Maximum size of Tx window */ member in struct:rxrpc_call
H A Dcall_object.c175 call->tx_winsize = 16;
H A Doutput.c359 else if (call->tx_winsize <= 2)
/linux-master/include/trace/events/
H A Drxrpc.h846 __field(int, tx_winsize)
856 __entry->tx_winsize = call->tx_winsize;
867 __entry->tx_winsize)

Completed in 211 milliseconds