Lines Matching defs:item
90 struct distr_item *item;
107 item = (struct distr_item *)msg_data(buf_msg(skb));
108 publ_to_item(item, publ);
118 struct distr_item *item;
134 item = (struct distr_item *)msg_data(buf_msg(skb));
135 publ_to_item(item, publ);
150 struct distr_item *item = NULL;
169 item = (struct distr_item *)msg_data(hdr);
173 publ_to_item(item, publ);
174 item++;
287 * Returns the publication item if successful, otherwise NULL.
374 struct distr_item *item;
383 item = (struct distr_item *)msg_data(hdr);
386 tipc_update_nametbl(net, item, node, msg_type(hdr));
387 item++;