Searched refs:MAX_RW_SIZE_TUN (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dping.c87 ASSERT (buf_safe (&c->c2.buf, MAX_RW_SIZE_TUN (&c->c2.frame)));
H A Dmtu.h178 #define MAX_RW_SIZE_TUN(f) (PAYLOAD_SIZE(f)) macro
H A Docc.c223 ASSERT (buf_safe (&c->c2.buf, MAX_RW_SIZE_TUN (&c->c2.frame)));
299 MAX_RW_SIZE_TUN (&c->c2.frame),
H A Dmtu.c51 buf->len = tuntap_buffer ? MAX_RW_SIZE_TUN (frame) : MAX_RW_SIZE_LINK (frame);
H A Dforward.c1102 read_tun_buffered (c->c1.tuntap, &c->c2.buf, MAX_RW_SIZE_TUN (&c->c2.frame));
1105 ASSERT (buf_safe (&c->c2.buf, MAX_RW_SIZE_TUN (&c->c2.frame)));
1106 c->c2.buf.len = read_tun (c->c1.tuntap, BPTR (&c->c2.buf), MAX_RW_SIZE_TUN (&c->c2.frame));
1401 if (c->c2.to_tun.len <= MAX_RW_SIZE_TUN (&c->c2.frame))
1455 MAX_RW_SIZE_TUN (&c->c2.frame));
H A Dmulti.c2541 parm.packet_size = min_int (parm.packet_size, MAX_RW_SIZE_TUN (&m->top.c2.frame));

Completed in 46 milliseconds