• Home
  • Raw
  • Download

Lines Matching refs:item

119 	struct distr_item *item;  in tipc_named_publish()  local
130 item = (struct distr_item *)msg_data(buf_msg(buf)); in tipc_named_publish()
131 publ_to_item(item, publ); in tipc_named_publish()
143 struct distr_item *item; in tipc_named_withdraw() local
154 item = (struct distr_item *)msg_data(buf_msg(buf)); in tipc_named_withdraw()
155 publ_to_item(item, publ); in tipc_named_withdraw()
167 struct distr_item *item = NULL; in tipc_named_node_up() local
187 item = (struct distr_item *)msg_data(buf_msg(buf)); in tipc_named_node_up()
189 publ_to_item(item, publ); in tipc_named_node_up()
190 item++; in tipc_named_node_up()
247 struct distr_item *item = (struct distr_item *)msg_data(msg); in tipc_named_recv() local
254 ntohl(item->type), ntohl(item->lower), in tipc_named_recv()
255 ntohl(item->upper)); in tipc_named_recv()
256 publ = tipc_nametbl_insert_publ(ntohl(item->type), in tipc_named_recv()
257 ntohl(item->lower), in tipc_named_recv()
258 ntohl(item->upper), in tipc_named_recv()
261 ntohl(item->ref), in tipc_named_recv()
262 ntohl(item->key)); in tipc_named_recv()
271 ntohl(item->type), ntohl(item->lower), in tipc_named_recv()
272 ntohl(item->upper)); in tipc_named_recv()
273 publ = tipc_nametbl_remove_publ(ntohl(item->type), in tipc_named_recv()
274 ntohl(item->lower), in tipc_named_recv()
276 ntohl(item->ref), in tipc_named_recv()
277 ntohl(item->key)); in tipc_named_recv()
286 ntohl(item->type), ntohl(item->lower), in tipc_named_recv()
287 ntohl(item->ref), ntohl(item->key)); in tipc_named_recv()
292 item++; in tipc_named_recv()