Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
bpf-helper.c File Reference
#include <stdio.h>
#include <string.h>
#include "bpf-helper.h"

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)
 

Function Documentation

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.