aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/core/filter.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/core/filter.c b/net/core/filter.c
index e3987e1d4839..08db7b9143a3 100644
--- a/net/core/filter.c
+++ b/net/core/filter.c
@@ -306,6 +306,9 @@ load_b:
306 case SKF_AD_MARK: 306 case SKF_AD_MARK:
307 A = skb->mark; 307 A = skb->mark;
308 continue; 308 continue;
309 case SKF_AD_QUEUE:
310 A = skb->queue_mapping;
311 continue;
309 case SKF_AD_NLATTR: { 312 case SKF_AD_NLATTR: {
310 struct nlattr *nla; 313 struct nlattr *nla;
311 314