Searched refs:fragm_sz (Results 1 – 1 of 1) sorted by relevance
1147 u32 max_pkt, fragm_sz, rest; in link_send_sections_long() local1159 fragm_sz = max_pkt - INT_H_SIZE; in link_send_sections_long()1189 fragm_rest = fragm_sz - hsz; in link_send_sections_long()1225 if (rest <= fragm_sz) { in link_send_sections_long()1226 fragm_sz = rest; in link_send_sections_long()1231 msg_set_size(&fragm_hdr, fragm_sz + INT_H_SIZE); in link_send_sections_long()1234 buf = tipc_buf_acquire(fragm_sz + INT_H_SIZE); in link_send_sections_long()1242 fragm_rest = fragm_sz; in link_send_sections_long()2417 u32 fragm_sz = pack_sz - INT_H_SIZE; in link_send_long_buf() local2440 if (rest <= fragm_sz) { in link_send_long_buf()[all …]