|
Linux Kernel
3.7.1
|
Go to the source code of this file.
Functions | |
| int | bpf_resolve_jumps (struct bpf_labels *labels, struct sock_filter *filter, size_t count) |
| __u32 | seccomp_bpf_label (struct bpf_labels *labels, const char *label) |
| void | seccomp_bpf_print (struct sock_filter *filter, size_t count) |
| int bpf_resolve_jumps | ( | struct bpf_labels * | labels, |
| struct sock_filter * | filter, | ||
| size_t | count | ||
| ) |
Definition at line 17 of file bpf-helper.c.
| __u32 seccomp_bpf_label | ( | struct bpf_labels * | labels, |
| const char * | label | ||
| ) |
Definition at line 62 of file bpf-helper.c.
| void seccomp_bpf_print | ( | struct sock_filter * | filter, |
| size_t | count | ||
| ) |
Definition at line 83 of file bpf-helper.c.
1.8.2