Home
last modified time | relevance | path

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

/net/netfilter/
Dxt_dccp.c32 static unsigned char *dccp_optbuf; variable
55 op = skb_header_pointer(skb, protoff + optoff, optlen, dccp_optbuf); in dccp_find_option()
163 dccp_optbuf = kmalloc(256 * 4, GFP_KERNEL); in dccp_mt_init()
164 if (!dccp_optbuf) in dccp_mt_init()
172 kfree(dccp_optbuf); in dccp_mt_init()
179 kfree(dccp_optbuf); in dccp_mt_exit()