Searched refs:eprog (Results 1 – 1 of 1) sorted by relevance
347 union bpf_attr eprog; in test_filter_no_reuseport() local 353 memset(&eprog, 0, sizeof(eprog)); in test_filter_no_reuseport() 354 eprog.prog_type = BPF_PROG_TYPE_SOCKET_FILTER; in test_filter_no_reuseport() 355 eprog.insn_cnt = ARRAY_SIZE(ecode); in test_filter_no_reuseport() 356 eprog.insns = (unsigned long) &ecode; in test_filter_no_reuseport() 357 eprog.license = (unsigned long) &bpf_license; in test_filter_no_reuseport() 358 eprog.kern_version = 0; in test_filter_no_reuseport() 365 bpf_fd = syscall(__NR_bpf, BPF_PROG_LOAD, &eprog, sizeof(eprog)); in test_filter_no_reuseport() [all...]