suricata
|
Go to the source code of this file.
Functions | |
int | SCBPFCompile (int snaplen_arg, int linktype_arg, struct bpf_program *program, const char *buf, int optimize, uint32_t mask, char *errbuf, size_t errbuf_len) |
void | SCBPFFree (struct bpf_program *program) |
Definition in file util-bpf.h.
int SCBPFCompile | ( | int | snaplen_arg, |
int | linktype_arg, | ||
struct bpf_program * | program, | ||
const char * | buf, | ||
int | optimize, | ||
uint32_t | mask, | ||
char * | errbuf, | ||
size_t | errbuf_len | ||
) |
Definition at line 39 of file util-bpf.c.
References SCMutexLock.
void SCBPFFree | ( | struct bpf_program * | program | ) |
Definition at line 33 of file util-bpf.c.