Home
last modified time | relevance | path

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

/net/batman-adv/
A Dtvlv.c281 unsigned char *new_buff; in batadv_tvlv_realloc_packet_buff() local
283 new_buff = kmalloc(min_packet_len + additional_packet_len, GFP_ATOMIC); in batadv_tvlv_realloc_packet_buff()
286 if (!new_buff) in batadv_tvlv_realloc_packet_buff()
289 memcpy(new_buff, *packet_buff, min_packet_len); in batadv_tvlv_realloc_packet_buff()
291 *packet_buff = new_buff; in batadv_tvlv_realloc_packet_buff()

Completed in 4 milliseconds