tx_winsize        779 include/trace/events/rxrpc.h 		    __field(int,			tx_winsize	)
tx_winsize        787 include/trace/events/rxrpc.h 		    __entry->tx_winsize = call->tx_winsize;
tx_winsize        795 include/trace/events/rxrpc.h 		      __entry->tx_winsize)
tx_winsize        662 net/rxrpc/ar-internal.h 	u8			tx_winsize;	/* Maximum size of Tx window */
tx_winsize        149 net/rxrpc/call_object.c 	call->tx_winsize = 16;
tx_winsize        726 net/rxrpc/input.c 	if (call->tx_winsize != rwind) {
tx_winsize        729 net/rxrpc/input.c 		if (rwind > call->tx_winsize)
tx_winsize        733 net/rxrpc/input.c 		call->tx_winsize = rwind;
tx_winsize        824 net/rxrpc/input.c 	if (after_eq(prev_pkt, base + call->tx_winsize))
tx_winsize         26 net/rxrpc/sendmsg.c 		min_t(unsigned int, call->tx_winsize,
tx_winsize        136 net/rxrpc/sendmsg.c 	       call->tx_hard_ack, call->tx_top, call->tx_winsize);
tx_winsize        448 net/rxrpc/sendmsg.c 				 call->tx_winsize)