Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/netfilter/
A Dxt_dccp.c30 static unsigned char *dccp_optbuf; variable
53 op = skb_header_pointer(skb, protoff + optoff, optlen, dccp_optbuf); in dccp_find_option()
165 dccp_optbuf = kmalloc(256 * 4, GFP_KERNEL); in dccp_mt_init()
166 if (!dccp_optbuf) in dccp_mt_init()
174 kfree(dccp_optbuf); in dccp_mt_init()
181 kfree(dccp_optbuf); in dccp_mt_exit()

Completed in 3 milliseconds