Home
last modified time | relevance | path

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

/linux-3.4.99/net/tipc/
Dlink.c797 u32 to_pos = align(bundle_size); in link_bundle_buf() local
798 u32 pad = to_pos - bundle_size; in link_bundle_buf()
806 if (l_ptr->max_pkt < (to_pos + size)) in link_bundle_buf()
810 skb_copy_to_linear_data_offset(bundler, to_pos, buf->data, size); in link_bundle_buf()
811 msg_set_size(bundler_msg, to_pos + size); in link_bundle_buf()