Home | History | Annotate | Download | only in qemu

Lines Matching defs:node

236             QueuedPacket  *pnode, node;
240 node = *pnode;
241 if (node == NULL || node->expiration > packet->expiration )
243 pnode = &node->next;
401 Session node;
404 node = *pnode;
405 if (node == NULL)
408 if (node->src_ip == info->src_ip &&
409 node->dst_ip == info->dst_ip &&
410 node->src_port == info->src_port &&
411 node->dst_port == info->dst_port &&
412 node->protocol == info->protocol )
415 pnode = &node->next;