Searched refs:fragm_hdr (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/net/tipc/ |
D | link.c | 1148 struct tipc_msg fragm_hdr; in link_send_sections_long() local 1170 tipc_msg_init(&fragm_hdr, MSG_FRAGMENTER, FIRST_FRAGMENT, in link_send_sections_long() 1172 msg_set_link_selector(&fragm_hdr, sender->ref); in link_send_sections_long() 1173 msg_set_size(&fragm_hdr, max_pkt); in link_send_sections_long() 1174 msg_set_fragm_no(&fragm_hdr, 1); in link_send_sections_long() 1182 skb_copy_to_linear_data(buf, &fragm_hdr, INT_H_SIZE); in link_send_sections_long() 1227 msg_set_type(&fragm_hdr, LAST_FRAGMENT); in link_send_sections_long() 1229 msg_set_type(&fragm_hdr, FRAGMENT); in link_send_sections_long() 1231 msg_set_size(&fragm_hdr, fragm_sz + INT_H_SIZE); in link_send_sections_long() 1232 msg_set_fragm_no(&fragm_hdr, ++fragm_no); in link_send_sections_long() [all …]
|