Searched defs:pmtu (Results 1 – 4 of 4) sorted by relevance
41 public final int pmtu; // The maximum L3 output path/route mtu. field in Tether6Value44 @NonNull final MacAddress ethSrcMac, final int ethProto, final int pmtu) { in Tether6Value()
45 public final int pmtu; field in Tether4Value64 @NonNull final MacAddress ethSrcMac, final int ethProto, final int pmtu, in Tether4Value()
120 uint16_t pmtu; // The maximum L3 output path/route mtu member140 uint16_t pmtu; // The maximum L3 output path/route mtu member196 uint16_t pmtu; // Maximum L3 output path/route mtu member
105 private Tether6Value createTether6Value(int oif, String src, String dst, int proto, int pmtu) { in createTether6Value()