Home
last modified time | relevance | path

Searched defs:pmtu (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DTether6Value.java41 public final int pmtu; // The maximum L3 output path/route mtu. field in Tether6Value
44 @NonNull final MacAddress ethSrcMac, final int ethProto, final int pmtu) { in Tether6Value()
/packages/modules/Connectivity/common/src/com/android/net/module/util/bpf/
DTether4Value.java45 public final int pmtu; field in Tether4Value
64 @NonNull final MacAddress ethSrcMac, final int ethProto, final int pmtu, in Tether4Value()
/packages/modules/Connectivity/bpf_progs/
Doffload.h108 uint16_t pmtu; // The maximum L3 output path/route mtu member
126 uint16_t pmtu; // The maximum L3 output path/route mtu member
157 uint16_t pmtu; // Maximum L3 output path/route mtu member
/packages/modules/Connectivity/Tethering/tests/privileged/src/com/android/networkstack/tethering/
DBpfMapTest.java109 private Tether6Value createTether6Value(int oif, String src, String dst, int proto, int pmtu) { in createTether6Value()
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DBpfCoordinatorTest.java302 public Builder setPmtu(short pmtu) { in setPmtu()
327 public Builder setPmtu(short pmtu) { in setPmtu()