X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=net%2Fsched%2Fcls_flow.c;h=3d6b9286c203f298b14b5254e5c12cb4781eb4b1;hb=cb9c68363efb6d1f950ec55fb06e031ee70db5fc;hp=6575aba87630a24052a6374ddfceef1ce597144d;hpb=a829a8445f09036404060f4d6489cb13433f4304;p=mirror_ubuntu-artful-kernel.git diff --git a/net/sched/cls_flow.c b/net/sched/cls_flow.c index 6575aba87630..3d6b9286c203 100644 --- a/net/sched/cls_flow.c +++ b/net/sched/cls_flow.c @@ -129,7 +129,7 @@ static u32 flow_get_mark(const struct sk_buff *skb) static u32 flow_get_nfct(const struct sk_buff *skb) { #if IS_ENABLED(CONFIG_NF_CONNTRACK) - return addr_fold(skb->nfct); + return addr_fold(skb_nfct(skb)); #else return 0; #endif