Searched refs:BPF_CGROUP_UDP4_SENDMSG (Results 1 – 4 of 4) sorted by relevance
44 public static final int BPF_CGROUP_UDP4_SENDMSG = 14; field in BpfUtils
127 cg_fd, BPF_CGROUP_UDP4_SENDMSG)); in initPrograms()166 if (bpf::queryProgram(cg_fd, BPF_CGROUP_UDP4_SENDMSG) <= 0) abort(); in initPrograms()
189 {"sendmsg4/", BPF_PROG_TYPE_CGROUP_SOCK_ADDR, BPF_CGROUP_UDP4_SENDMSG},
127 import static com.android.net.module.util.BpfUtils.BPF_CGROUP_UDP4_SENDMSG;3633 pw.println(mDeps.getBpfProgramId(BPF_CGROUP_UDP4_SENDMSG));