Home
last modified time | relevance | path

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

/linux-3.4.99/net/tipc/
Dlink.c1206 const unchar *sect_crs; in link_send_sections_long() local
1220 sect_crs = NULL; in link_send_sections_long()
1250 sect_crs = (const unchar *)msg_sect[curr_sect].iov_base; in link_send_sections_long()
1259 if (copy_from_user(buf->data + fragm_crs, sect_crs, sz)) { in link_send_sections_long()
1269 sect_crs, sz); in link_send_sections_long()
1270 sect_crs += sz; in link_send_sections_long()