Home
last modified time | relevance | path

Searched refs:BPF_PROG_BIND_MAP (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/tools/include/uapi/linux/
H A Dbpf.h903 BPF_PROG_BIND_MAP, enumerator
/openbmc/linux/include/uapi/linux/
H A Dbpf.h903 BPF_PROG_BIND_MAP, enumerator
/openbmc/linux/tools/lib/bpf/
H A Dbpf.c1271 ret = sys_bpf(BPF_PROG_BIND_MAP, &attr, attr_sz); in bpf_prog_bind_map()
/openbmc/linux/kernel/bpf/
H A Dsyscall.c5331 if (CHECK_ATTR(BPF_PROG_BIND_MAP)) in bpf_prog_bind_map()
5519 case BPF_PROG_BIND_MAP: in __sys_bpf()