Home
last modified time | relevance | path

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

/openbmc/linux/net/tipc/
H A Dmsg.c584 int imsz; in tipc_msg_extract() local
595 imsz = msg_size(ihdr); in tipc_msg_extract()
597 if ((*pos + imsz) > msg_data_sz(hdr)) in tipc_msg_extract()
600 *iskb = tipc_buf_acquire(imsz, GFP_ATOMIC); in tipc_msg_extract()
604 skb_copy_to_linear_data(*iskb, ihdr, imsz); in tipc_msg_extract()
608 *pos += BUF_ALIGN(imsz); in tipc_msg_extract()