Searched refs:msg_hdr_sz (Results 1 – 5 of 5) sorted by relevance
/linux-2.6.39/net/tipc/ |
D | msg.c | 104 pos = hsz = msg_hdr_sz(hdr); in tipc_msg_build() 203 tipc_printf(buf, "PUBL(%u):", (msg_size(msg) - msg_hdr_sz(msg)) / 20); /* Items */ in tipc_msg_dbg() 245 if (msg_size(msg) != msg_hdr_sz(msg)) in tipc_msg_dbg() 321 tipc_printf(buf, "HZ(%u):", msg_hdr_sz(msg)); in tipc_msg_dbg()
|
D | msg.h | 172 static inline u32 msg_hdr_sz(struct tipc_msg *m) in msg_hdr_sz() function 189 return msg_size(m) - msg_hdr_sz(m); in msg_data_sz() 394 return msg_hdr_sz(m) == 24; in msg_short() 466 return ((unchar *)m) + msg_hdr_sz(m); in msg_data()
|
D | port.c | 728 skb_pull(buf, msg_hdr_sz(msg)); in port_dispatcher_sigh() 738 skb_pull(buf, msg_hdr_sz(msg)); in port_dispatcher_sigh() 755 skb_pull(buf, msg_hdr_sz(msg)); in port_dispatcher_sigh() 782 skb_pull(buf, msg_hdr_sz(msg)); in port_dispatcher_sigh() 793 skb_pull(buf, msg_hdr_sz(msg)); in port_dispatcher_sigh() 810 skb_pull(buf, msg_hdr_sz(msg)); in port_dispatcher_sigh()
|
D | socket.c | 742 hdr_size = msg_hdr_sz(&tport->phdr); in send_stream() 994 res = skb_copy_datagram_iovec(buf, msg_hdr_sz(msg), in recv_msg() 1114 res = skb_copy_datagram_iovec(buf, msg_hdr_sz(msg) + offset, in recv_stream()
|
D | link.c | 1104 if ((msg_hdr_sz(hdr) + res) <= sender->max_pkt) in tipc_link_send_sections_fast() 1183 hsz = msg_hdr_sz(hdr); in link_send_sections_long() 1588 hdr_size = msg_hdr_sz(msg); in link_recv_buf_validate()
|