Searched refs:dccp_optbuf (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/netfilter/
H A Dxt_dccp.c31 static unsigned char *dccp_optbuf; variable
56 op = skb_header_pointer(skb, protoff + optoff, optlen, dccp_optbuf);
171 dccp_optbuf = kmalloc(256 * 4, GFP_KERNEL);
172 if (!dccp_optbuf)
180 kfree(dccp_optbuf);
187 kfree(dccp_optbuf);

Completed in 31 milliseconds