Home
last modified time | relevance | path

Searched refs:msg_sect (Results 1 – 7 of 7) sorted by relevance

/linux-3.4.99/net/tipc/
Dmsg.c76 int tipc_msg_build(struct tipc_msg *hdr, struct iovec const *msg_sect, in tipc_msg_build() argument
98 msg_sect[cnt].iov_base, in tipc_msg_build()
99 msg_sect[cnt].iov_len); in tipc_msg_build()
102 msg_sect[cnt].iov_base, in tipc_msg_build()
103 msg_sect[cnt].iov_len); in tipc_msg_build()
104 pos += msg_sect[cnt].iov_len; in tipc_msg_build()
Dport.h209 int tipc_send(u32 portref, unsigned int num_sect, struct iovec const *msg_sect,
213 unsigned int num_sect, struct iovec const *msg_sect,
217 unsigned int num_sect, struct iovec const *msg_sect,
228 struct iovec const *msg_sect, u32 num_sect,
Dport.c77 u32 num_sect, struct iovec const *msg_sect, in tipc_multicast() argument
102 res = tipc_msg_build(hdr, msg_sect, num_sect, total_len, MAX_MSG_SIZE, in tipc_multicast()
428 struct iovec const *msg_sect, u32 num_sect, in tipc_port_reject_sections() argument
434 res = tipc_msg_build(hdr, msg_sect, num_sect, total_len, MAX_MSG_SIZE, in tipc_port_reject_sections()
1183 struct iovec const *msg_sect, in tipc_port_recv_sections() argument
1189 res = tipc_msg_build(&sender->phdr, msg_sect, num_sect, total_len, in tipc_port_recv_sections()
1200 int tipc_send(u32 ref, unsigned int num_sect, struct iovec const *msg_sect, in tipc_send() argument
1215 res = tipc_link_send_sections_fast(p_ptr, msg_sect, num_sect, in tipc_send()
1218 res = tipc_port_recv_sections(p_ptr, num_sect, msg_sect, in tipc_send()
1240 unsigned int num_sect, struct iovec const *msg_sect, in tipc_send2name() argument
[all …]
Dsubscr.c102 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, msg_sect.iov_len); in subscr_send_event()
Dlink.c95 struct iovec const *msg_sect,
1097 struct iovec const *msg_sect, in tipc_link_send_sections_fast() argument
1115 res = tipc_msg_build(hdr, msg_sect, num_sect, total_len, in tipc_link_send_sections_fast()
1160 return link_send_sections_long(sender, msg_sect, in tipc_link_send_sections_fast()
1173 return tipc_port_reject_sections(sender, hdr, msg_sect, num_sect, in tipc_link_send_sections_fast()
1193 struct iovec const *msg_sect, in link_send_sections_long() argument
1249 sect_rest = msg_sect[++curr_sect].iov_len; in link_send_sections_long()
1250 sect_crs = (const unchar *)msg_sect[curr_sect].iov_base; in link_send_sections_long()
1327 return tipc_port_reject_sections(sender, hdr, msg_sect, num_sect, in link_send_sections_long()
Dlink.h236 struct iovec const *msg_sect,
Dmsg.h744 int tipc_msg_build(struct tipc_msg *hdr, struct iovec const *msg_sect,