Linux Kernel
3.7.1
|
#include <linux/moduleloader.h>
#include <asm/cacheflush.h>
#include <linux/netdevice.h>
#include <linux/filter.h>
#include "bpf_jit.h"
Go to the source code of this file.
Macros | |
#define | CHOOSE_LOAD_FUNC(K, func) ((int)K < 0 ? ((int)K >= SKF_LL_OFF ? func##_negative_offset : func) : func##_positive_offset) |
Functions | |
void | bpf_jit_compile (struct sk_filter *fp) |
void | bpf_jit_free (struct sk_filter *fp) |
Variables | |
int bpf_jit_enable | __read_mostly |
#define CHOOSE_LOAD_FUNC | ( | K, | |
func | |||
) | ((int)K < 0 ? ((int)K >= SKF_LL_OFF ? func##_negative_offset : func) : func##_positive_offset) |
Definition at line 130 of file bpf_jit_comp.c.
Definition at line 542 of file bpf_jit_comp.c.
Definition at line 678 of file bpf_jit_comp.c.
int bpf_jit_enable __read_mostly |
Definition at line 23 of file bpf_jit_comp.c.