INT_H_SIZE 275 net/tipc/bcast.c buf = buf_acquire(INT_H_SIZE); INT_H_SIZE 279 net/tipc/bcast.c INT_H_SIZE, n_ptr->addr); INT_H_SIZE 234 net/tipc/cluster.c u32 size = INT_H_SIZE + data_size; INT_H_SIZE 241 net/tipc/cluster.c msg_init(msg, ROUTE_DISTRIBUTOR, 0, INT_H_SIZE, dest); INT_H_SIZE 471 net/tipc/link.c msg_init(msg, LINK_PROTOCOL, RESET_MSG, INT_H_SIZE, l_ptr->addr); INT_H_SIZE 1131 net/tipc/link.c INT_H_SIZE, l_ptr->addr); INT_H_SIZE 1133 net/tipc/link.c INT_H_SIZE); INT_H_SIZE 1134 net/tipc/link.c skb_trim(bundler, INT_H_SIZE); INT_H_SIZE 1380 net/tipc/link.c max_pkt = sender->publ.max_pkt - INT_H_SIZE; INT_H_SIZE 1382 net/tipc/link.c fragm_sz = max_pkt - INT_H_SIZE; INT_H_SIZE 1395 net/tipc/link.c INT_H_SIZE, msg_destnode(hdr)); INT_H_SIZE 1406 net/tipc/link.c skb_copy_to_linear_data(buf, &fragm_hdr, INT_H_SIZE); INT_H_SIZE 1408 net/tipc/link.c skb_copy_to_linear_data_offset(buf, INT_H_SIZE, hdr, hsz); INT_H_SIZE 1413 net/tipc/link.c fragm_crs = INT_H_SIZE + hsz; INT_H_SIZE 1456 net/tipc/link.c msg_set_size(&fragm_hdr, fragm_sz + INT_H_SIZE); INT_H_SIZE 1459 net/tipc/link.c buf = buf_acquire(fragm_sz + INT_H_SIZE); INT_H_SIZE 1465 net/tipc/link.c skb_copy_to_linear_data(buf, &fragm_hdr, INT_H_SIZE); INT_H_SIZE 1466 net/tipc/link.c fragm_crs = INT_H_SIZE; INT_H_SIZE 1830 net/tipc/link.c min_data_hdr_size[msg_type(msg)] : INT_H_SIZE; INT_H_SIZE 2390 net/tipc/link.c msg_set_size(tunnel_hdr, length + INT_H_SIZE); INT_H_SIZE 2391 net/tipc/link.c buf = buf_acquire(length + INT_H_SIZE); INT_H_SIZE 2397 net/tipc/link.c skb_copy_to_linear_data(buf, tunnel_hdr, INT_H_SIZE); INT_H_SIZE 2398 net/tipc/link.c skb_copy_to_linear_data_offset(buf, INT_H_SIZE, msg, length); INT_H_SIZE 2429 net/tipc/link.c ORIGINAL_MSG, INT_H_SIZE, l_ptr->addr); INT_H_SIZE 2437 net/tipc/link.c buf = buf_acquire(INT_H_SIZE); INT_H_SIZE 2439 net/tipc/link.c skb_copy_to_linear_data(buf, &tunnel_hdr, INT_H_SIZE); INT_H_SIZE 2440 net/tipc/link.c msg_set_size(&tunnel_hdr, INT_H_SIZE); INT_H_SIZE 2484 net/tipc/link.c DUPLICATE_MSG, INT_H_SIZE, l_ptr->addr); INT_H_SIZE 2497 net/tipc/link.c msg_set_size(&tunnel_hdr, length + INT_H_SIZE); INT_H_SIZE 2498 net/tipc/link.c outbuf = buf_acquire(length + INT_H_SIZE); INT_H_SIZE 2504 net/tipc/link.c skb_copy_to_linear_data(outbuf, &tunnel_hdr, INT_H_SIZE); INT_H_SIZE 2505 net/tipc/link.c skb_copy_to_linear_data_offset(outbuf, INT_H_SIZE, iter->data, INT_H_SIZE 2575 net/tipc/link.c *buf = buf_extract(tunnel_buf,INT_H_SIZE); INT_H_SIZE 2618 net/tipc/link.c *buf = buf_extract(tunnel_buf, INT_H_SIZE); INT_H_SIZE 2639 net/tipc/link.c u32 pos = INT_H_SIZE; INT_H_SIZE 2675 net/tipc/link.c u32 fragm_sz = pack_sz - INT_H_SIZE; INT_H_SIZE 2690 net/tipc/link.c INT_H_SIZE, destaddr); INT_H_SIZE 2705 net/tipc/link.c fragm = buf_acquire(fragm_sz + INT_H_SIZE); INT_H_SIZE 2711 net/tipc/link.c msg_set_size(&fragm_hdr, fragm_sz + INT_H_SIZE); INT_H_SIZE 2712 net/tipc/link.c skb_copy_to_linear_data(fragm, &fragm_hdr, INT_H_SIZE); INT_H_SIZE 2713 net/tipc/link.c skb_copy_to_linear_data_offset(fragm, INT_H_SIZE, crs, INT_H_SIZE 135 net/tipc/link.h unchar hdr[INT_H_SIZE];