Searched refs:msg_data_sz (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/net/tipc/ |
H A D | msg.c | 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()
|
H A D | trace.c | 72 i += scnprintf(buf + i, sz - i, " %u", msg_data_sz(hdr)); in tipc_skb_dump()
|
H A D | name_distr.c | 384 count = msg_data_sz(hdr) / ITEM_SIZE; in tipc_named_rcv()
|
H A D | socket.c | 1745 anc_data[1] = msg_data_sz(msg); in tipc_sk_anc_data_recv() 1917 dlen = msg_data_sz(hdr); in tipc_recvmsg() 2046 dlen = msg_data_sz(hdr); in tipc_recvstream() 2217 if (msg_data_sz(hdr)) in tipc_sk_filter_connect() 2766 if (!msg_data_sz(msg)) { in tipc_accept()
|
H A D | bcast.c | 844 if (msg_data_sz(hdr)) { in tipc_mcast_filter_msg()
|
H A D | msg.h | 285 static inline u32 msg_data_sz(struct tipc_msg *m) in msg_data_sz() function
|
H A D | link.c | 2167 u32 dlen = msg_data_sz(hdr), glen = 0, msg_max; in tipc_link_proto_rcv() 2213 if (msg_data_sz(hdr) < TIPC_MAX_IF_NAME) in tipc_link_proto_rcv()
|
H A D | crypto.c | 2287 u32 size = msg_data_sz(hdr); in tipc_crypto_key_rcv()
|
/kernel/linux/linux-6.6/net/tipc/ |
H A D | msg.c | 587 if (unlikely(*pos > (msg_data_sz(hdr) - MIN_H_SIZE))) in tipc_msg_extract() 593 if ((*pos + imsz) > msg_data_sz(hdr)) in tipc_msg_extract() 630 dlen = min_t(uint, msg_data_sz(_hdr), MAX_FORWARD_SIZE); in tipc_msg_reverse()
|
H A D | trace.c | 72 i += scnprintf(buf + i, sz - i, " %u", msg_data_sz(hdr)); in tipc_skb_dump()
|
H A D | name_distr.c | 378 count = msg_data_sz(hdr) / ITEM_SIZE; in tipc_named_rcv()
|
H A D | socket.c | 1749 dlen = msg_data_sz(hdr); in tipc_sk_anc_data_recv() 1919 dlen = msg_data_sz(hdr); in tipc_recvmsg() 2049 dlen = msg_data_sz(hdr); in tipc_recvstream() 2222 if (msg_data_sz(hdr)) in tipc_sk_filter_connect() 2776 if (!msg_data_sz(msg)) { in tipc_accept()
|
H A D | bcast.c | 844 if (msg_data_sz(hdr)) { in tipc_mcast_filter_msg()
|
H A D | msg.h | 277 static inline u32 msg_data_sz(struct tipc_msg *m) in msg_data_sz() function
|
H A D | link.c | 2203 u32 dlen = msg_data_sz(hdr), glen = 0, msg_max; in tipc_link_proto_rcv() 2249 if (msg_data_sz(hdr) < TIPC_MAX_IF_NAME) in tipc_link_proto_rcv()
|
H A D | crypto.c | 2283 u32 size = msg_data_sz(hdr); in tipc_crypto_key_rcv()
|
Completed in 36 milliseconds