Searched refs:IIF_MATCH (Results 1 – 4 of 4) sorted by relevance
/aosp12/system/netd/server/ |
H A D | TrafficControllerTest.cpp | 686 expectUidOwnerMapValues({1000, 1001}, IIF_MATCH, iif0); in TEST_F() 691 expectUidOwnerMapValues({1000, 1001}, IIF_MATCH, iif0); in TEST_F() 692 expectUidOwnerMapValues({2000, 2001}, IIF_MATCH, iif1); in TEST_F() 697 expectUidOwnerMapValues({1001}, IIF_MATCH, iif0); in TEST_F() 698 expectUidOwnerMapValues({2001}, IIF_MATCH, iif1); in TEST_F() 699 expectUidOwnerMapValues({1000, 2000}, IIF_MATCH, iif2); in TEST_F() 712 expectUidOwnerMapValues({1000}, IIF_MATCH, iif0); in TEST_F() 713 expectUidOwnerMapValues({2000}, IIF_MATCH, iif1); in TEST_F() 718 expectUidOwnerMapValues({1000}, IIF_MATCH, iif0); in TEST_F() 760 expectUidOwnerMapValues({10001}, IIF_MATCH, iif1); in TEST_F() [all …]
|
H A D | TrafficController.cpp | 107 FLAG_MSG_TRANS(matchType, IIF_MATCH, match); in uidMatchTypeToString() 515 .iif = (match == IIF_MATCH) ? 0 : oldMatch.value().iif, in removeRule() 531 if (match == IIF_MATCH && iif == 0) { in addRule() 533 } else if (match != IIF_MATCH && iif != 0) { in addRule() 630 netdutils::Status result = addRule(uid, IIF_MATCH, iif); in addUidInterfaceRules() 642 netdutils::Status result = removeRule(uid, IIF_MATCH); in removeUidInterfaceRules() 1003 if (value.rule & IIF_MATCH) { in dump()
|
/aosp12/system/netd/libnetdbpf/include/netdbpf/ |
H A D | bpf_shared.h | 130 IIF_MATCH = (1 << 6), enumerator
|
/aosp12/system/netd/bpf_progs/ |
H A D | netd.c | 210 if (direction == BPF_INGRESS && (uidRules & IIF_MATCH)) { in bpf_owner_match()
|