Loading net/ipv6/netfilter/nf_conntrack_reasm.c +1 −0 Original line number Diff line number Diff line Loading @@ -263,6 +263,7 @@ static int nf_ct_frag6_queue(struct frag_queue *fq, struct sk_buff *skb, * this case. -DaveM */ pr_debug("end of fragment not rounded to 8 bytes.\n"); inet_frag_kill(&fq->q, &nf_frags); return -EPROTO; } if (end > fq->q.len) { Loading Loading
net/ipv6/netfilter/nf_conntrack_reasm.c +1 −0 Original line number Diff line number Diff line Loading @@ -263,6 +263,7 @@ static int nf_ct_frag6_queue(struct frag_queue *fq, struct sk_buff *skb, * this case. -DaveM */ pr_debug("end of fragment not rounded to 8 bytes.\n"); inet_frag_kill(&fq->q, &nf_frags); return -EPROTO; } if (end > fq->q.len) { Loading