Home
last modified time | relevance | path

Searched refs:RXRPC_RX_ANNO_JUMBO (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/net/rxrpc/
Drecvmsg.c200 if (call->rxtx_annotations[ix] & RXRPC_RX_ANNO_JUMBO) in rxrpc_rotate_rx_window()
201 serial += (call->rxtx_annotations[ix] & RXRPC_RX_ANNO_JUMBO) - 1; in rxrpc_rotate_rx_window()
246 if ((annotation & RXRPC_RX_ANNO_JUMBO) > 1) { in rxrpc_verify_packet()
251 seq += (annotation & RXRPC_RX_ANNO_JUMBO) - 1; in rxrpc_verify_packet()
279 if ((annotation & RXRPC_RX_ANNO_JUMBO) > 0) { in rxrpc_locate_data()
280 offset += (((annotation & RXRPC_RX_ANNO_JUMBO) - 1) * in rxrpc_locate_data()
Dar-internal.h607 #define RXRPC_RX_ANNO_JUMBO 0x3f /* Jumbo subpacket number + 1 if not zero */ macro