Home
last modified time | relevance | path

Searched refs:netfilter (Results 1 - 4 of 4) sorted by relevance

/third_party/libbpf/src/
H A Dbpf.c790 attr.link_create.netfilter.pf = OPTS_GET(opts, netfilter.pf, 0); in bpf_link_create()
791 attr.link_create.netfilter.hooknum = OPTS_GET(opts, netfilter.hooknum, 0); in bpf_link_create()
792 attr.link_create.netfilter.priority = OPTS_GET(opts, netfilter.priority, 0); in bpf_link_create()
793 attr.link_create.netfilter.flags = OPTS_GET(opts, netfilter.flags, 0); in bpf_link_create()
794 if (!OPTS_ZEROED(opts, netfilter)) in bpf_link_create()
H A Dbpf.h412 } netfilter; member
H A Dlibbpf.c129 [BPF_NETFILTER] = "netfilter",
148 [BPF_LINK_TYPE_NETFILTER] = "netfilter",
223 [BPF_PROG_TYPE_NETFILTER] = "netfilter",
9322 SEC_DEF("netfilter", NETFILTER, BPF_NETFILTER, SEC_NONE),
12616 lopts.netfilter.pf = OPTS_GET(opts, pf, 0);
12617 lopts.netfilter.hooknum = OPTS_GET(opts, hooknum, 0);
12618 lopts.netfilter.priority = OPTS_GET(opts, priority, 0);
12619 lopts.netfilter.flags = OPTS_GET(opts, flags, 0);
12627 pr_warn("prog '%s': failed to attach to netfilter: %s\n",
/third_party/libbpf/include/uapi/linux/
H A Dbpf.h1220 /* link_create.netfilter.flags used in LINK_CREATE command for
1648 } netfilter; member
6558 } netfilter; member

Completed in 32 milliseconds