Searched refs:pqueue (Results 1 – 10 of 10) sorted by relevance
67 typedef struct _pqueue *pqueue; typedef81 pqueue pqueue_new(void);82 void pqueue_free(pqueue pq);84 pitem *pqueue_insert(pqueue pq, pitem *item);85 pitem *pqueue_peek(pqueue pq);86 pitem *pqueue_pop(pqueue pq);87 pitem *pqueue_find(pqueue pq, unsigned char *prio64be);88 pitem *pqueue_iterator(pqueue pq);91 void pqueue_print(pqueue pq);92 int pqueue_size(pqueue pq);
66 pqueue pq; in main()
172 pqueue q;217 pqueue buffered_messages;220 pqueue sent_messages;
203 pqueue unprocessed_rcds; in dtls1_clear()204 pqueue processed_rcds; in dtls1_clear()205 pqueue buffered_messages; in dtls1_clear()206 pqueue sent_messages; in dtls1_clear()207 pqueue buffered_app_data; in dtls1_clear()
1132 pqueue sent = s->d1->sent_messages; in dtls1_retransmit_buffered_messages()
275 __u32 pqueue; in ipntable_modify() local279 if (get_u32(&pqueue, *argv, 0)) in ipntable_modify()283 NDTPA_PROXY_QLEN, pqueue); in ipntable_modify()545 __u32 pqueue = *(__u32 *)RTA_DATA(tpb[NDTPA_PROXY_QLEN]); in print_ntable() local546 fprintf(fp, "proxy_queue %u ", pqueue); in print_ntable()
162 crypto/pqueue/Makefile \677 crypto/pqueue/pqueue.c \
423 crypto/pqueue/pqueue.c \