Searched refs:PAYLOAD_SIZE (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dmtu.h163 #define PAYLOAD_SIZE(f) ((f)->link_mtu - (f)->extra_frame) macro
178 #define MAX_RW_SIZE_TUN(f) (PAYLOAD_SIZE(f))
H A Dlzo.c185 ASSERT (buf_safe (&work, LZO_EXTRA_BUFFER (PAYLOAD_SIZE (frame))));
187 if (!(buf->len <= PAYLOAD_SIZE (frame)))
H A Doptions.c2918 buf_printf (&out, ",tun-mtu %d", PAYLOAD_SIZE (frame));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Disp1760-hcd.h170 #define PAYLOAD_SIZE 0xf000 macro
H A Disp1760-hcd.c215 BUG_ON(payload - priv->memory_pool[i - 1].size > PAYLOAD_SIZE);

Completed in 103 milliseconds