anno_type         164 net/rxrpc/call_event.c 	u8 annotation, anno_type, retrans = 0, unacked = 0;
anno_type         190 net/rxrpc/call_event.c 		anno_type = annotation & RXRPC_TX_ANNO_MASK;
anno_type         192 net/rxrpc/call_event.c 		if (anno_type == RXRPC_TX_ANNO_ACK)
anno_type         198 net/rxrpc/call_event.c 		if (anno_type == RXRPC_TX_ANNO_UNACK) {
anno_type         211 net/rxrpc/call_event.c 		trace_rxrpc_retransmit(call, seq, annotation | anno_type,
anno_type         247 net/rxrpc/call_event.c 		anno_type = annotation & RXRPC_TX_ANNO_MASK;
anno_type         248 net/rxrpc/call_event.c 		if (anno_type != RXRPC_TX_ANNO_RETRANS)
anno_type         273 net/rxrpc/call_event.c 			anno_type = annotation & RXRPC_TX_ANNO_MASK;
anno_type         274 net/rxrpc/call_event.c 			if (anno_type == RXRPC_TX_ANNO_RETRANS ||
anno_type         275 net/rxrpc/call_event.c 			    anno_type == RXRPC_TX_ANNO_NAK) {
anno_type         664 net/rxrpc/input.c 			u8 anno_type = annotation & RXRPC_TX_ANNO_MASK;
anno_type         666 net/rxrpc/input.c 			if (anno_type != RXRPC_TX_ANNO_UNACK)
anno_type         768 net/rxrpc/input.c 	u8 annotation, anno_type;
anno_type         773 net/rxrpc/input.c 		anno_type = annotation & RXRPC_TX_ANNO_MASK;
anno_type         778 net/rxrpc/input.c 			if (anno_type == RXRPC_TX_ANNO_ACK)
anno_type         791 net/rxrpc/input.c 			if (anno_type == RXRPC_TX_ANNO_NAK)
anno_type         794 net/rxrpc/input.c 			if (anno_type == RXRPC_TX_ANNO_RETRANS)