Searched refs:INT_H_SIZE (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/net/tipc/ |
D | msg.c | 278 FIRST_FRAGMENT, INT_H_SIZE, msg_destnode(mhdr)); in tipc_msg_build() 290 skb_copy_to_linear_data(skb, &pkthdr, INT_H_SIZE); in tipc_msg_build() 291 pktpos += INT_H_SIZE; in tipc_msg_build() 292 pktrem -= INT_H_SIZE; in tipc_msg_build() 293 skb_copy_to_linear_data_offset(skb, INT_H_SIZE, mhdr, mhsz); in tipc_msg_build() 311 if (drem < (pktmax - INT_H_SIZE)) in tipc_msg_build() 312 pktsz = drem + INT_H_SIZE; in tipc_msg_build() 325 skb_copy_to_linear_data(skb, &pkthdr, INT_H_SIZE); in tipc_msg_build() 326 pktpos = skb->data + INT_H_SIZE; in tipc_msg_build() 327 pktrem = pktsz - INT_H_SIZE; in tipc_msg_build() [all …]
|
D | name_distr.c | 75 struct sk_buff *buf = tipc_buf_acquire(INT_H_SIZE + size); in named_prepare_buf() 81 INT_H_SIZE, dest); in named_prepare_buf() 82 msg_set_size(msg, INT_H_SIZE + size); in named_prepare_buf() 203 msg_set_size(buf_msg(skb), INT_H_SIZE + (msg_dsz - msg_rem)); in named_distribute() 204 skb_trim(skb, INT_H_SIZE + (msg_dsz - msg_rem)); in named_distribute()
|
D | link.c | 272 tipc_msg_init(tn->own_addr, msg, LINK_PROTOCOL, RESET_MSG, INT_H_SIZE, in tipc_link_create() 358 skb = tipc_msg_create(SOCK_WAKEUP, 0, INT_H_SIZE, 0, in link_schedule_user() 840 skb = tipc_buf_acquire(INT_H_SIZE); in tipc_link_sync_xmit() 846 INT_H_SIZE, link->addr); in tipc_link_sync_xmit() 1552 msg_set_size(tunnel_hdr, length + INT_H_SIZE); in tipc_link_tunnel_xmit() 1553 skb = tipc_buf_acquire(length + INT_H_SIZE); in tipc_link_tunnel_xmit() 1558 skb_copy_to_linear_data(skb, tunnel_hdr, INT_H_SIZE); in tipc_link_tunnel_xmit() 1559 skb_copy_to_linear_data_offset(skb, INT_H_SIZE, msg, length); in tipc_link_tunnel_xmit() 1582 FAILOVER_MSG, INT_H_SIZE, l_ptr->addr); in tipc_link_failover_send_queue() 1590 skb = tipc_buf_acquire(INT_H_SIZE); in tipc_link_failover_send_queue() [all …]
|
D | node.c | 257 n_ptr->act_mtus[0] = active[0]->mtu - INT_H_SIZE; in tipc_node_link_up() 258 n_ptr->act_mtus[1] = active[1]->mtu - INT_H_SIZE; in tipc_node_link_up() 322 n_ptr->act_mtus[0] = active[0]->mtu - INT_H_SIZE; in tipc_node_link_down() 323 n_ptr->act_mtus[1] = active[1]->mtu - INT_H_SIZE; in tipc_node_link_down()
|
D | link.h | 164 unchar hdr[INT_H_SIZE];
|
D | bcast.c | 294 buf = tipc_buf_acquire(INT_H_SIZE); in tipc_bclink_update_link_state() 301 INT_H_SIZE, n_ptr->addr); in tipc_bclink_update_link_state()
|
D | msg.h | 88 #define INT_H_SIZE 40 /* Internal messages */ macro
|
D | socket.c | 1219 skb = tipc_msg_create(CONN_MANAGER, CONN_ACK, INT_H_SIZE, 0, in tipc_sk_send_ack() 2159 INT_H_SIZE, 0, peer_node, own_node, in tipc_sk_timeout()
|