Searched refs:RXRPC_JUMBO_SUBPKTLEN (Results 1 - 2 of 2) sorted by relevance

/linux-master/net/rxrpc/
H A Dprotocol.h90 #define RXRPC_JUMBO_SUBPKTLEN (RXRPC_JUMBO_DATALEN + sizeof(struct rxrpc_jumbo_header)) macro
95 * ((max_IP - IP_hdr - UDP_hdr) / RXRPC_JUMBO_SUBPKTLEN) + 1
H A Dinput.c521 if (len < RXRPC_JUMBO_SUBPKTLEN)
545 offset += RXRPC_JUMBO_SUBPKTLEN;
546 len -= RXRPC_JUMBO_SUBPKTLEN;

Completed in 169 milliseconds