Searched refs:TetherUpstream6Key (Results 1 – 7 of 7) sorted by relevance
/packages/modules/Connectivity/Tethering/apishim/31/com/android/networkstack/tethering/apishim/api31/ |
D | BpfCoordinatorShimImpl.java | 46 import com.android.networkstack.tethering.TetherUpstream6Key; 81 private final BpfMap<TetherUpstream6Key, Tether6Value> mBpfUpstream6Map; 205 final TetherUpstream6Key key = new TetherUpstream6Key(downstreamIfindex, inDstMac); in startUpstreamIpv6Forwarding() 222 final TetherUpstream6Key key = new TetherUpstream6Key(downstreamIfindex, inDstMac); in stopUpstreamIpv6Forwarding()
|
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/ |
D | TetherUpstream6Key.java | 28 public class TetherUpstream6Key extends Struct { class 35 public TetherUpstream6Key(int iif, @NonNull final MacAddress dstMac) { in TetherUpstream6Key() method in TetherUpstream6Key
|
D | BpfCoordinator.java | 341 @Nullable public BpfMap<TetherUpstream6Key, Tether6Value> getBpfUpstream6Map() { in getBpfUpstream6Map() 345 TetherUpstream6Key.class, Tether6Value.class); in getBpfUpstream6Map() 1038 private String ipv6UpstreamRuletoString(TetherUpstream6Key key, Tether6Value value) { in ipv6UpstreamRuletoString() 1045 try (BpfMap<TetherUpstream6Key, Tether6Value> map = mDeps.getBpfUpstream6Map()) { in dumpIpv6UpstreamRules() argument
|
/packages/modules/Connectivity/Tethering/bpf_progs/ |
D | bpf_tethering.h | 162 } TetherUpstream6Key; typedef 163 STRUCT_SIZE(TetherUpstream6Key, 12);
|
D | offload.c | 105 DEFINE_BPF_MAP_GRW(tether_upstream6_map, HASH, TetherUpstream6Key, Tether6Value, 64, 176 TetherUpstream6Key ku = {
|
/packages/modules/Connectivity/Tethering/tests/unit/src/android/net/ip/ |
D | IpServerTest.java | 117 import com.android.networkstack.tethering.TetherUpstream6Key; 188 @Mock private BpfMap<TetherUpstream6Key, Tether6Value> mBpfUpstream6Map; 332 public BpfMap<TetherUpstream6Key, Tether6Value> getBpfUpstream6Map() { in setUp() 932 final TetherUpstream6Key key = new TetherUpstream6Key(TEST_IFACE_PARAMS.index, in verifyStartUpstreamIpv6Forwarding() 943 final TetherUpstream6Key key = new TetherUpstream6Key(TEST_IFACE_PARAMS.index, in verifyStopUpstreamIpv6Forwarding()
|
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/ |
D | BpfCoordinatorTest.java | 219 @Mock private BpfMap<TetherUpstream6Key, Tether6Value> mBpfUpstream6Map; 290 public BpfMap<TetherUpstream6Key, Tether6Value> getBpfUpstream6Map() { 447 final TetherUpstream6Key key = new TetherUpstream6Key(downstreamIfIndex, downstreamMac); in verifyStartUpstreamIpv6Forwarding() 458 final TetherUpstream6Key key = new TetherUpstream6Key(downstreamIfIndex, downstreamMac); in verifyStopUpstreamIpv6Forwarding()
|