Searched refs:netfilter (Results 1 - 4 of 4) sorted by relevance
/third_party/libbpf/src/ |
H A D | bpf.c | 790 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 D | bpf.h | 412 } netfilter; member
|
H A D | libbpf.c | 129 [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 D | bpf.h | 1220 /* link_create.netfilter.flags used in LINK_CREATE command for 1648 } netfilter; member 6558 } netfilter; member
|
Completed in 32 milliseconds