Home
last modified time | relevance | path

Searched refs:hsz (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/net/tipc/
Dmsg.c80 int dsz, sz, hsz, pos, res, cnt; in tipc_msg_build() local
83 pos = hsz = msg_hdr_sz(hdr); in tipc_msg_build()
84 sz = hsz + dsz; in tipc_msg_build()
94 skb_copy_to_linear_data(*buf, hdr, hsz); in tipc_msg_build()
Dlink.c1205 u32 fragm_crs, fragm_rest, hsz, sect_rest; in link_send_sections_long() local
1237 hsz = msg_hdr_sz(hdr); in link_send_sections_long()
1238 skb_copy_to_linear_data_offset(buf, INT_H_SIZE, hdr, hsz); in link_send_sections_long()
1242 fragm_crs = INT_H_SIZE + hsz; in link_send_sections_long()
1243 fragm_rest = fragm_sz - hsz; in link_send_sections_long()