Searched refs:BPF_PROG_LOAD (Results 1 – 7 of 7) sorted by relevance
17 #if !(defined(BPF_PROG_LOAD) || (defined(HAVE_DECL_BPF_PROG_LOAD) && HAVE_DECL_BPF_PROG_LOAD))18 # define BPF_PROG_LOAD 5 macro34 XLAT(BPF_PROG_LOAD),
6 BPF_PROG_LOAD 5
79 return syscall(__NR_bpf, BPF_PROG_LOAD, &attr, sizeof(attr)); in prog_load()
73 BPF_PROG_LOAD, enumerator
203 case BPF_PROG_LOAD: in SYS_FUNC()
777 return bpf(BPF_PROG_LOAD, &attr, sizeof(attr)); in bpf_prog_load()