Searched refs:BPF_CGROUP_INET_EGRESS (Results 1 – 5 of 5) sorted by relevance
38 public static final int BPF_CGROUP_INET_EGRESS = 1; field in BpfUtils
104 RETURN_IF_NOT_OK(attachProgramToCgroup(BPF_EGRESS_PROG_PATH, cg_fd, BPF_CGROUP_INET_EGRESS)); in initPrograms()154 if (bpf::queryProgram(cg_fd, BPF_CGROUP_INET_EGRESS) <= 0) abort(); in initPrograms()
386 BpfUtils.BPF_CGROUP_INET_EGRESS, in testBpfProgramAttachStatus()
176 {"egress/", BPF_PROG_TYPE_CGROUP_SKB, BPF_CGROUP_INET_EGRESS},
121 import static com.android.net.module.util.BpfUtils.BPF_CGROUP_INET_EGRESS;3617 pw.println(mDeps.getBpfProgramId(BPF_CGROUP_INET_EGRESS));