Searched refs:getBpfProgramId (Results 1 – 2 of 2) sorted by relevance
1686 public int getBpfProgramId(final int attachType) in getBpfProgramId() method3615 pw.println(mDeps.getBpfProgramId(BPF_CGROUP_INET_INGRESS));3617 pw.println(mDeps.getBpfProgramId(BPF_CGROUP_INET_EGRESS));3620 pw.println(mDeps.getBpfProgramId(BPF_CGROUP_INET_SOCK_CREATE));3623 pw.println(mDeps.getBpfProgramId(BPF_CGROUP_INET4_BIND));3625 pw.println(mDeps.getBpfProgramId(BPF_CGROUP_INET6_BIND));3628 pw.println(mDeps.getBpfProgramId(BPF_CGROUP_INET4_CONNECT));3630 pw.println(mDeps.getBpfProgramId(BPF_CGROUP_INET6_CONNECT));3633 pw.println(mDeps.getBpfProgramId(BPF_CGROUP_UDP4_SENDMSG));3635 pw.println(mDeps.getBpfProgramId(BPF_CGROUP_UDP6_SENDMSG));[all …]
2300 public int getBpfProgramId(final int attachType) { in getBpfProgramId() method