Searched refs:dsz (Results 1 – 4 of 4) sorted by relevance
/linux-3.4.99/net/tipc/ |
D | msg.c | 80 int dsz, sz, hsz, pos, res, cnt; in tipc_msg_build() local 82 dsz = total_len; in tipc_msg_build() 84 sz = hsz + dsz; in tipc_msg_build() 88 return dsz; in tipc_msg_build() 107 return dsz; in tipc_msg_build()
|
D | port.c | 710 u32 dsz; in port_dispatcher_sigh() local 721 dsz = msg_data_sz(msg); in port_dispatcher_sigh() 722 if (unlikely(dsz && in port_dispatcher_sigh() 728 cb(usr_handle, dref, &buf, msg_data(msg), dsz); in port_dispatcher_sigh() 1143 u32 dsz = msg_data_sz(msg); in tipc_port_recv_msg() local 1149 return dsz; in tipc_port_recv_msg() 1169 return dsz; in tipc_port_recv_msg() 1330 struct sk_buff *buf, unsigned int dsz) in tipc_send_buf2port() argument 1345 msg_set_size(msg, BASIC_H_SIZE + dsz); in tipc_send_buf2port() 1362 return dsz; in tipc_send_buf2port()
|
D | link.c | 868 u32 dsz = msg_data_sz(msg); in tipc_link_send_buf() local 887 return dsz; in tipc_link_send_buf() 908 return dsz; in tipc_link_send_buf() 920 return dsz; in tipc_link_send_buf() 946 return dsz; in tipc_link_send_buf() 1201 u32 dsz = total_len; in link_send_sections_long() local 1216 rest = dsz; in link_send_sections_long() 1339 return dsz; in link_send_sections_long() 2485 u32 dsz = msg_data_sz(inmsg); in link_send_long_buf() local 2545 return dsz; in link_send_long_buf() [all …]
|
D | port.h | 221 struct sk_buff *buf, unsigned int dsz);
|