Patrick McHardy <kaber@xxxxxxxxx> writes: > Samir Bellabes wrote: >> + skb_rsp = genlmsg_new(NLMSG_GOODSIZE, GFP_KERNEL); >> + if (skb_rsp == NULL) >> + return 0; > > You could decrease the chance of rcvqueue overflow by using a smaller > allocation size. I took care of this by calculating the exact needed size. thanks, sam -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html