Commit ce86b466 authored by Valkum's avatar Valkum

Missed this one by extracting this from my actual program.

parent e3a1c18f
......@@ -53,7 +53,7 @@ struct Leaf {
BPF_TABLE("hash", struct Key, struct Leaf, cache, 128);
int dns_test(struct __sk_buff *skb)
int dns_matching(struct __sk_buff *skb)
{
u8 *cursor = 0;
struct Key key = {};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment