Searched refs:msg_sect (Results 1 – 7 of 7) sorted by relevance
/linux-2.6.39/net/tipc/ |
D | msg.c | 74 int tipc_msg_calc_data_size(struct iovec const *msg_sect, u32 num_sect) in tipc_msg_calc_data_size() argument 80 dsz += msg_sect[i].iov_len; in tipc_msg_calc_data_size() 93 struct iovec const *msg_sect, u32 num_sect, in tipc_msg_build() argument 98 dsz = tipc_msg_calc_data_size(msg_sect, num_sect); in tipc_msg_build() 119 msg_sect[cnt].iov_base, in tipc_msg_build() 120 msg_sect[cnt].iov_len); in tipc_msg_build() 123 msg_sect[cnt].iov_base, in tipc_msg_build() 124 msg_sect[cnt].iov_len); in tipc_msg_build() 125 pos += msg_sect[cnt].iov_len; in tipc_msg_build()
|
D | port.c | 77 u32 num_sect, struct iovec const *msg_sect) in tipc_multicast() argument 98 res = tipc_msg_build(hdr, msg_sect, num_sect, MAX_MSG_SIZE, in tipc_multicast() 416 struct iovec const *msg_sect, u32 num_sect, in tipc_port_reject_sections() argument 422 res = tipc_msg_build(hdr, msg_sect, num_sect, MAX_MSG_SIZE, in tipc_port_reject_sections() 1161 struct iovec const *msg_sect) in tipc_port_recv_sections() argument 1166 res = tipc_msg_build(&sender->phdr, msg_sect, num_sect, in tipc_port_recv_sections() 1177 int tipc_send(u32 ref, unsigned int num_sect, struct iovec const *msg_sect) in tipc_send() argument 1191 res = tipc_link_send_sections_fast(p_ptr, msg_sect, num_sect, in tipc_send() 1194 res = tipc_port_recv_sections(p_ptr, num_sect, msg_sect); in tipc_send() 1206 return tipc_msg_calc_data_size(msg_sect, num_sect); in tipc_send() [all …]
|
D | port.h | 208 int tipc_send(u32 portref, unsigned int num_sect, struct iovec const *msg_sect); 211 unsigned int num_sect, struct iovec const *msg_sect); 214 unsigned int num_sect, struct iovec const *msg_sect); 223 struct iovec const *msg_sect, u32 num_sect,
|
D | subscr.c | 102 struct iovec msg_sect; in subscr_send_event() local 104 msg_sect.iov_base = (void *)&sub->evt; in subscr_send_event() 105 msg_sect.iov_len = sizeof(struct tipc_event); in subscr_send_event() 112 tipc_send(sub->server_ref, 1, &msg_sect); in subscr_send_event()
|
D | msg.h | 805 int tipc_msg_calc_data_size(struct iovec const *msg_sect, u32 num_sect); 807 struct iovec const *msg_sect, u32 num_sect,
|
D | link.c | 94 struct iovec const *msg_sect, 1043 struct iovec const *msg_sect, in tipc_link_send_sections_fast() argument 1060 res = tipc_msg_build(hdr, msg_sect, num_sect, sender->max_pkt, in tipc_link_send_sections_fast() 1107 return link_send_sections_long(sender, msg_sect, in tipc_link_send_sections_fast() 1119 return tipc_port_reject_sections(sender, hdr, msg_sect, num_sect, in tipc_link_send_sections_fast() 1139 struct iovec const *msg_sect, in link_send_sections_long() argument 1195 sect_rest = msg_sect[++curr_sect].iov_len; in link_send_sections_long() 1196 sect_crs = (const unchar *)msg_sect[curr_sect].iov_base; in link_send_sections_long() 1273 return tipc_port_reject_sections(sender, hdr, msg_sect, num_sect, in link_send_sections_long()
|
D | link.h | 229 struct iovec const *msg_sect,
|