Home
last modified time | relevance | path

Searched refs:msg_data_sz (Results 1 – 6 of 6) sorted by relevance

/linux/net/tipc/
H A Dmsg.c591 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()
H A Dtrace.c72 i += scnprintf(buf + i, sz - i, " %u", msg_data_sz(hdr)); in tipc_skb_dump()
H A Dname_distr.c378 count = msg_data_sz(hdr) / ITEM_SIZE; in tipc_named_rcv()
H A Dbcast.c844 if (msg_data_sz(hdr)) { in tipc_mcast_filter_msg()
H A Dmsg.h277 static inline u32 msg_data_sz(struct tipc_msg *m) in msg_data_sz() function
H A Dcrypto.c2292 u32 size = msg_data_sz(hdr); in tipc_crypto_key_rcv()