dccp: Remove manual influence on NDP Count feature
[deliverable/linux.git] / net / dccp / feat.c
index a0d5891a37bf9cf17b39ab3e3303b76b08e28318..30f9fb76b921f3ffe19690d9732239b869c6f6fe 100644 (file)
@@ -85,7 +85,7 @@ static int dccp_hdlr_ackvec(struct sock *sk, u64 enable, bool rx)
 static int dccp_hdlr_ndp(struct sock *sk, u64 enable, bool rx)
 {
        if (!rx)
-               dccp_msk(sk)->dccpms_send_ndp_count = (enable > 0);
+               dccp_sk(sk)->dccps_send_ndp_count = (enable > 0);
        return 0;
 }
 
This page took 0.026605 seconds and 5 git commands to generate.