Searched refs:SET_MTU_UPPER_BOUND (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dmtu.h218 #define SET_MTU_UPPER_BOUND (1<<1) /* only decrease dynamic MTU */ macro
H A Dmtu.c102 if (!(flags & SET_MTU_UPPER_BOUND) || mtu < frame->link_mtu_dynamic)
H A Dinit.c1491 SET_MTU_TUN | SET_MTU_UPPER_BOUND);
2586 c->options.ce.fragment, SET_MTU_UPPER_BOUND);
2600 c->options.ce.mssfix, SET_MTU_UPPER_BOUND);
H A Dsocket.c1123 frame_set_mtu_dynamic (frame, pmtu - datagram_overhead (proto), SET_MTU_UPPER_BOUND);

Completed in 80 milliseconds