Lines Matching defs:item
47 * @i: location of item in the message
91 struct distr_item *item;
108 item = (struct distr_item *)msg_data(buf_msg(skb));
109 publ_to_item(item, p);
121 struct distr_item *item;
137 item = (struct distr_item *)msg_data(buf_msg(skb));
138 publ_to_item(item, p);
155 struct distr_item *item = NULL;
174 item = (struct distr_item *)msg_data(hdr);
178 publ_to_item(item, publ);
179 item++;
272 * @i: location of item in the message
277 * Return: the publication item if successful, otherwise NULL.
368 struct distr_item *item;
377 item = (struct distr_item *)msg_data(hdr);
380 tipc_update_nametbl(net, item, node, msg_type(hdr));
381 item++;