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

/linux-4.4.14/net/netfilter/
H A Dxt_dccp.c33 static unsigned char *dccp_optbuf; variable
56 op = skb_header_pointer(skb, protoff + optoff, optlen, dccp_optbuf); dccp_find_option()
168 dccp_optbuf = kmalloc(256 * 4, GFP_KERNEL); dccp_mt_init()
169 if (!dccp_optbuf) dccp_mt_init()
177 kfree(dccp_optbuf); dccp_mt_init()
184 kfree(dccp_optbuf); dccp_mt_exit()

Completed in 29 milliseconds