Home
last modified time | relevance | path

Searched refs:queue_head (Results 1 – 1 of 1) sorted by relevance

/qemu/net/
H A Dl2tpv3.c106 int queue_head; member
416 if (s->queue_head + target_count > MAX_L2TPV3_MSGCNT) { in net_l2tpv3_send()
417 target_count = MAX_L2TPV3_MSGCNT - s->queue_head; in net_l2tpv3_send()
426 s->queue_head = 0; in net_l2tpv3_send()
431 msgvec = s->msgvec + s->queue_head; in net_l2tpv3_send()
442 s->queue_head = (s->queue_head + count) % MAX_L2TPV3_MSGCNT; in net_l2tpv3_send()
536 s->queue_head = 0; in net_init_l2tpv3()