Searched refs:msg_data_sz (Results 1 – 6 of 6) sorted by relevance
591 if (unlikely(*pos > (msg_data_sz(hdr) - MIN_H_SIZE))) in tipc_msg_extract()597 if ((*pos + imsz) > msg_data_sz(hdr)) in tipc_msg_extract()634 dlen = min_t(uint, msg_data_sz(_hdr), MAX_FORWARD_SIZE); in tipc_msg_reverse()
72 i += scnprintf(buf + i, sz - i, " %u", msg_data_sz(hdr)); in tipc_skb_dump()
378 count = msg_data_sz(hdr) / ITEM_SIZE; in tipc_named_rcv()
844 if (msg_data_sz(hdr)) { in tipc_mcast_filter_msg()
277 static inline u32 msg_data_sz(struct tipc_msg *m) in msg_data_sz() function
2292 u32 size = msg_data_sz(hdr); in tipc_crypto_key_rcv()