Searched refs:IIF_MATCH (Results 1 – 4 of 4) sorted by relevance
/system/netd/server/ |
D | TrafficControllerTest.cpp | 738 expectUidOwnerMapValues({"1000", "1001"}, IIF_MATCH, iif0); in TEST_F() 743 expectUidOwnerMapValues({"1000", "1001"}, IIF_MATCH, iif0); in TEST_F() 744 expectUidOwnerMapValues({"2000", "2001"}, IIF_MATCH, iif1); in TEST_F() 749 expectUidOwnerMapValues({"1001"}, IIF_MATCH, iif0); in TEST_F() 750 expectUidOwnerMapValues({"2001"}, IIF_MATCH, iif1); in TEST_F() 751 expectUidOwnerMapValues({"1000", "2000"}, IIF_MATCH, iif2); in TEST_F() 761 expectUidOwnerMapValues({"1000", "1001"}, IIF_MATCH, iif0); in TEST_F() 762 expectUidOwnerMapValues({"2000", "2001"}, IIF_MATCH, iif1); in TEST_F() 766 expectUidOwnerMapValues({"1000"}, IIF_MATCH, iif0); in TEST_F() 767 expectUidOwnerMapValues({"2000"}, IIF_MATCH, iif1); in TEST_F() [all …]
|
D | TrafficController.cpp | 103 FLAG_MSG_TRANS(matchType, IIF_MATCH, match); in uidMatchTypeToString() 550 .iif = (match == IIF_MATCH) ? 0 : oldMatch.value().iif, in removeRule() 566 if (match == IIF_MATCH && iif == 0) { in addRule() 568 } else if (match != IIF_MATCH && iif != 0) { in addRule() 682 netdutils::Status result = addRule(uid, IIF_MATCH, iif); in addUidInterfaceRules() 698 netdutils::Status result = removeRule(uid, IIF_MATCH); in removeUidInterfaceRules() 1075 if (value.rule & IIF_MATCH) { in dump()
|
/system/netd/libnetdbpf/include/netdbpf/ |
D | bpf_shared.h | 120 IIF_MATCH = (1 << 5), enumerator
|
/system/netd/bpf_progs/ |
D | netd.c | 207 if (direction == BPF_INGRESS && (uidRules & IIF_MATCH)) { in bpf_owner_match()
|