Searched refs:BPF_NETFILTER (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/tools/lib/bpf/ |
H A D | libbpf_probes.c | 185 opts.expected_attach_type = BPF_NETFILTER; in probe_prog_load()
|
H A D | bpf.c | 789 case BPF_NETFILTER: in bpf_link_create()
|
H A D | libbpf.c | 121 [BPF_NETFILTER] = "netfilter", 8866 SEC_DEF("netfilter", NETFILTER, BPF_NETFILTER, SEC_NONE), 12107 link_fd = bpf_link_create(prog_fd, 0, BPF_NETFILTER, &lopts); in bpf_program__attach_netfilter()
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | bpf.h | 1056 BPF_NETFILTER, enumerator
|
/openbmc/linux/include/uapi/linux/ |
H A D | bpf.h | 1056 BPF_NETFILTER, enumerator
|
/openbmc/linux/kernel/bpf/ |
H A D | syscall.c | 2521 if (expected_attach_type == BPF_NETFILTER) in bpf_prog_load_check_attach() 3852 if (attach_type != BPF_NETFILTER) in bpf_prog_attach_check_attach_type()
|