• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/tipc/

Lines Matching refs:INT_H_SIZE

420 	tipc_msg_init(msg, LINK_PROTOCOL, RESET_MSG, INT_H_SIZE, l_ptr->addr);
1044 INT_H_SIZE, l_ptr->addr);
1046 INT_H_SIZE);
1047 skb_trim(bundler, INT_H_SIZE);
1293 max_pkt = sender->publ.max_pkt - INT_H_SIZE;
1295 fragm_sz = max_pkt - INT_H_SIZE;
1308 INT_H_SIZE, msg_destnode(hdr));
1319 skb_copy_to_linear_data(buf, &fragm_hdr, INT_H_SIZE);
1321 skb_copy_to_linear_data_offset(buf, INT_H_SIZE, hdr, hsz);
1326 fragm_crs = INT_H_SIZE + hsz;
1369 msg_set_size(&fragm_hdr, fragm_sz + INT_H_SIZE);
1372 buf = buf_acquire(fragm_sz + INT_H_SIZE);
1378 skb_copy_to_linear_data(buf, &fragm_hdr, INT_H_SIZE);
1379 fragm_crs = INT_H_SIZE;
1744 min_data_hdr_size[msg_type(msg)] : INT_H_SIZE;
2313 msg_set_size(tunnel_hdr, length + INT_H_SIZE);
2314 buf = buf_acquire(length + INT_H_SIZE);
2320 skb_copy_to_linear_data(buf, tunnel_hdr, INT_H_SIZE);
2321 skb_copy_to_linear_data_offset(buf, INT_H_SIZE, msg, length);
2352 ORIGINAL_MSG, INT_H_SIZE, l_ptr->addr);
2360 buf = buf_acquire(INT_H_SIZE);
2362 skb_copy_to_linear_data(buf, &tunnel_hdr, INT_H_SIZE);
2363 msg_set_size(&tunnel_hdr, INT_H_SIZE);
2407 DUPLICATE_MSG, INT_H_SIZE, l_ptr->addr);
2420 msg_set_size(&tunnel_hdr, length + INT_H_SIZE);
2421 outbuf = buf_acquire(length + INT_H_SIZE);
2427 skb_copy_to_linear_data(outbuf, &tunnel_hdr, INT_H_SIZE);
2428 skb_copy_to_linear_data_offset(outbuf, INT_H_SIZE, iter->data,
2498 *buf = buf_extract(tunnel_buf,INT_H_SIZE);
2541 *buf = buf_extract(tunnel_buf, INT_H_SIZE);
2562 u32 pos = INT_H_SIZE;
2598 u32 fragm_sz = pack_sz - INT_H_SIZE;
2613 INT_H_SIZE, destaddr);
2628 fragm = buf_acquire(fragm_sz + INT_H_SIZE);
2634 msg_set_size(&fragm_hdr, fragm_sz + INT_H_SIZE);
2635 skb_copy_to_linear_data(fragm, &fragm_hdr, INT_H_SIZE);
2636 skb_copy_to_linear_data_offset(fragm, INT_H_SIZE, crs,