diff options
| author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2012-06-05 04:46:00 +0000 |
|---|---|---|
| committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2012-06-05 04:46:00 +0000 |
| commit | 7f0c9d3f773154e1c068983c2b19cd2e755326c3 (patch) | |
| tree | 1d78bbd95ea19ebffbd57fbddc03238324841d15 /libbpf/bpf_impl.c | |
| parent | 8278d0a862436e2a00fa835e611c6bb5f1f8f211 (diff) | |
| parent | 74cbbab0a8ba13b790cbf8aa62ade1a8cfc316a6 (diff) | |
Merge branch 'dde-upstream' into dde
Diffstat (limited to 'libbpf/bpf_impl.c')
| -rw-r--r-- | libbpf/bpf_impl.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libbpf/bpf_impl.c b/libbpf/bpf_impl.c index b2dafd16..c8a250b0 100644 --- a/libbpf/bpf_impl.c +++ b/libbpf/bpf_impl.c @@ -45,6 +45,8 @@ #include "queue.h" #include "util.h" +static struct net_hash_header filter_hash_header[N_NET_HASH]; + /* * Execute the filter program starting at pc on the packet p * wirelen is the length of the original packet |
