Searched defs:msg_sect (Results 1 - 4 of 4) sorted by relevance

/net/tipc/
H A Dmsg.c75 int tipc_msg_build(struct tipc_msg *hdr, struct iovec const *msg_sect, argument
97 msg_sect[cnt].iov_base,
98 msg_sect[cnt].iov_len);
101 msg_sect[cnt].iov_base,
102 msg_sect[cnt].iov_len);
103 pos += msg_sect[cnt].iov_len;
H A Dsubscr.c97 struct iovec msg_sect; local
99 msg_sect.iov_base = (void *)&sub->evt;
100 msg_sect.iov_len = sizeof(struct tipc_event);
107 tipc_send(sub->server_ref, 1, &msg_sect, msg_sect.iov_len);
H A Dport.c97 u32 num_sect, struct iovec const *msg_sect,
121 res = tipc_msg_build(hdr, msg_sect, num_sect, total_len, MAX_MSG_SIZE,
444 struct iovec const *msg_sect, u32 num_sect,
450 res = tipc_msg_build(hdr, msg_sect, num_sect, total_len, MAX_MSG_SIZE,
1180 struct iovec const *msg_sect,
1186 res = tipc_msg_build(&sender->phdr, msg_sect, num_sect, total_len,
1196 int tipc_send(u32 ref, unsigned int num_sect, struct iovec const *msg_sect, argument
1211 res = tipc_link_send_sections_fast(p_ptr, msg_sect, num_sect,
1214 res = tipc_port_recv_sections(p_ptr, num_sect, msg_sect,
1235 unsigned int num_sect, struct iovec const *msg_sect,
96 tipc_multicast(u32 ref, struct tipc_name_seq const *seq, u32 num_sect, struct iovec const *msg_sect, unsigned int total_len) argument
443 tipc_port_reject_sections(struct tipc_port *p_ptr, struct tipc_msg *hdr, struct iovec const *msg_sect, u32 num_sect, unsigned int total_len, int err) argument
1179 tipc_port_recv_sections(struct tipc_port *sender, unsigned int num_sect, struct iovec const *msg_sect, unsigned int total_len) argument
1234 tipc_send2name(u32 ref, struct tipc_name const *name, unsigned int domain, unsigned int num_sect, struct iovec const *msg_sect, unsigned int total_len) argument
1287 tipc_send2port(u32 ref, struct tipc_portid const *dest, unsigned int num_sect, struct iovec const *msg_sect, unsigned int total_len) argument
[all...]
H A Dlink.c97 struct iovec const *msg_sect,
1100 struct iovec const *msg_sect,
1117 res = tipc_msg_build(hdr, msg_sect, num_sect, total_len,
1159 return link_send_sections_long(sender, msg_sect,
1171 return tipc_port_reject_sections(sender, hdr, msg_sect, num_sect,
1191 struct iovec const *msg_sect,
1244 sect_rest = msg_sect[++curr_sect].iov_len;
1245 sect_crs = (const unchar *)msg_sect[curr_sect].iov_base;
1322 return tipc_port_reject_sections(sender, hdr, msg_sect, num_sect,
1099 tipc_link_send_sections_fast(struct tipc_port *sender, struct iovec const *msg_sect, const u32 num_sect, unsigned int total_len, u32 destaddr) argument
1190 link_send_sections_long(struct tipc_port *sender, struct iovec const *msg_sect, u32 num_sect, unsigned int total_len, u32 destaddr) argument

Completed in 107 milliseconds