From: Valkum Date: Wed, 11 May 2016 18:34:30 +0000 (+0200) Subject: Missed this one by extracting this from my actual program. X-Git-Tag: v0.2.0~89^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ce86b4663dbe3507daa0cff7dbac20c1ea385180;p=platform%2Fupstream%2Fbcc.git Missed this one by extracting this from my actual program. --- diff --git a/examples/networking/dns_matching/dns_matching.c b/examples/networking/dns_matching/dns_matching.c index 924460c..d728988 100644 --- a/examples/networking/dns_matching/dns_matching.c +++ b/examples/networking/dns_matching/dns_matching.c @@ -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 = {};