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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/tipc/
H A Dtipc.h171 struct iovec const *msg_sect);
181 struct iovec const *msg_sect);
193 struct iovec const *msg_sect,
208 struct iovec const *msg_sect);
218 struct iovec const *msg_sect,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/tipc/
H A Dport.h117 struct iovec const *msg_sect);
119 struct iovec const *msg_sect, u32 num_sect,
H A Dmsg.h751 static inline int msg_calc_data_size(struct iovec const *msg_sect, u32 num_sect) argument
757 dsz += msg_sect[i].iov_len;
770 struct iovec const *msg_sect, u32 num_sect,
775 dsz = msg_calc_data_size(msg_sect, num_sect);
796 msg_sect[cnt].iov_base,
797 msg_sect[cnt].iov_len);
800 msg_sect[cnt].iov_base,
801 msg_sect[cnt].iov_len);
802 pos += msg_sect[cnt].iov_len;
769 msg_build(struct tipc_msg *hdr, struct iovec const *msg_sect, u32 num_sect, int max_size, int usrmem, struct sk_buff** buf) argument
H A Dsubscr.c107 struct iovec msg_sect; local
109 msg_sect.iov_base = (void *)&sub->evt;
110 msg_sect.iov_len = sizeof(struct tipc_event);
117 tipc_send(sub->owner->port_ref, 1, &msg_sect);
452 struct iovec msg_sect = {NULL, 0}; local
516 tipc_send(subscriber->port_ref, 1, &msg_sect);
H A Dport.c99 u32 num_sect, struct iovec const *msg_sect)
120 res = msg_build(hdr, msg_sect, num_sect, MAX_MSG_SIZE,
489 struct iovec const *msg_sect, u32 num_sect,
495 res = msg_build(hdr, msg_sect, num_sect, MAX_MSG_SIZE,
1304 struct iovec const *msg_sect)
1309 res = msg_build(&sender->publ.phdr, msg_sect, num_sect,
1320 int tipc_send(u32 ref, unsigned int num_sect, struct iovec const *msg_sect) argument
1334 res = tipc_link_send_sections_fast(p_ptr, msg_sect, num_sect,
1337 res = tipc_port_recv_sections(p_ptr, num_sect, msg_sect);
1349 return msg_calc_data_size(msg_sect, num_sec
98 tipc_multicast(u32 ref, struct tipc_name_seq const *seq, u32 domain, u32 num_sect, struct iovec const *msg_sect) argument
488 tipc_port_reject_sections(struct port *p_ptr, struct tipc_msg *hdr, struct iovec const *msg_sect, u32 num_sect, int err) argument
1303 tipc_port_recv_sections(struct port *sender, unsigned int num_sect, struct iovec const *msg_sect) argument
1407 tipc_forward2name(u32 ref, struct tipc_name const *name, u32 domain, u32 num_sect, struct iovec const *msg_sect, struct tipc_portid const *orig, unsigned int importance) argument
1461 tipc_send2name(u32 ref, struct tipc_name const *name, unsigned int domain, unsigned int num_sect, struct iovec const *msg_sect) argument
1553 tipc_forward2port(u32 ref, struct tipc_portid const *dest, unsigned int num_sect, struct iovec const *msg_sect, struct tipc_portid const *orig, unsigned int importance) argument
1594 tipc_send2port(u32 ref, struct tipc_portid const *dest, unsigned int num_sect, struct iovec const *msg_sect) argument
[all...]
H A Dlink.h239 struct iovec const *msg_sect,
H A Dlink.c103 struct iovec const *msg_sect,
1197 struct iovec const *msg_sect,
1214 res = msg_build(hdr, msg_sect, num_sect, sender->max_pkt,
1261 return link_send_sections_long(sender, msg_sect,
1273 return tipc_port_reject_sections(sender, hdr, msg_sect, num_sect,
1293 struct iovec const *msg_sect,
1351 sect_rest = msg_sect[++curr_sect].iov_len;
1352 sect_crs = (const unchar *)msg_sect[curr_sect].iov_base;
1431 return tipc_port_reject_sections(sender, hdr, msg_sect, num_sect,
1196 tipc_link_send_sections_fast(struct port *sender, struct iovec const *msg_sect, const u32 num_sect, u32 destaddr) argument
1292 link_send_sections_long(struct port *sender, struct iovec const *msg_sect, u32 num_sect, u32 destaddr) argument

Completed in 88 milliseconds