net_sched: act: use standard struct list_head
[deliverable/linux.git] / net / sched / cls_flow.c
index 83a6322b7751b9c93f46937839c76330df16e7a5..f05904e3848fa333943327bfa6b082e7ab7ef196 100644 (file)
@@ -455,6 +455,7 @@ static int flow_change(struct net *net, struct sk_buff *in_skb,
 
                f->handle = handle;
                f->mask   = ~0U;
+               tcf_exts_init(&f->exts);
 
                get_random_bytes(&f->hashrnd, 4);
                f->perturb_timer.function = flow_perturbation;
This page took 0.19607 seconds and 5 git commands to generate.