Home
last modified time | relevance | path

Searched refs:dsz (Results 1 – 4 of 4) sorted by relevance

/net/tipc/
Dmsg.h747 int dsz = 0; in msg_calc_data_size() local
751 dsz += msg_sect[i].iov_len; in msg_calc_data_size()
752 return dsz; in msg_calc_data_size()
767 int dsz, sz, hsz, pos, res, cnt; in msg_build() local
769 dsz = msg_calc_data_size(msg_sect, num_sect); in msg_build()
770 if (unlikely(dsz > TIPC_MAX_USER_MSG_SIZE)) { in msg_build()
776 sz = hsz + dsz; in msg_build()
780 return dsz; in msg_build()
799 return dsz; in msg_build()
Dport.h174 u32 dsz = msg_data_sz(msg); in tipc_port_recv_msg() local
180 return dsz; in tipc_port_recv_msg()
198 return dsz; in tipc_port_recv_msg()
Dport.c1396 int tipc_send_buf(u32 ref, struct sk_buff *buf, unsigned int dsz) in tipc_send_buf() argument
1411 sz = hsz + dsz; in tipc_send_buf()
1436 return dsz; in tipc_send_buf()
1521 unsigned int dsz, in tipc_forward_buf2name() argument
1545 msg_set_size(msg, LONG_H_SIZE + dsz); in tipc_forward_buf2name()
1563 return dsz; in tipc_forward_buf2name()
1577 unsigned int dsz) in tipc_send_buf2name() argument
1583 return tipc_forward_buf2name(ref, dest, domain, buf, dsz, &orig, in tipc_send_buf2name()
1651 unsigned int dsz, in tipc_forward_buf2port() argument
1672 msg_set_size(msg, DIR_MSG_H_SIZE + dsz); in tipc_forward_buf2port()
[all …]
Dlink.c1063 u32 dsz = msg_data_sz(msg); in tipc_link_send_buf() local
1084 return dsz; in tipc_link_send_buf()
1108 return dsz; in tipc_link_send_buf()
1120 return dsz; in tipc_link_send_buf()
1146 return dsz; in tipc_link_send_buf()
1369 u32 dsz = msg_data_sz(hdr); in link_send_sections_long() local
1384 rest = dsz; in link_send_sections_long()
1526 return dsz; in link_send_sections_long()
2671 u32 dsz = msg_data_sz(inmsg); in tipc_link_send_long_buf() local
2708 dsz = -ENOMEM; in tipc_link_send_long_buf()
[all …]