Searched refs:STRIP_ENCAP_SIZE (Results 1 – 1 of 1) sorted by relevance
168 #define STRIP_ENCAP_SIZE(X) (32 + (X)*65L/64L) macro933 int sx_size = MAX(STRIP_ENCAP_SIZE(MAX_RECV_MTU), 4096); in allocate_buffers()934 int tx_size = STRIP_ENCAP_SIZE(dev->mtu) + MaxCommandStringLength; in allocate_buffers()