Home
last modified time | relevance | path

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

/dports/security/john/john-1.9.0-jumbo-1/src/ztex/pkt_comm/
H A Dpkt_comm.h93 struct pkt_queue { struct
100 struct pkt_queue *pkt_queue_new(); argument
102 void pkt_queue_delete(struct pkt_queue *queue);
105 int pkt_queue_full(struct pkt_queue *queue, int num);
110 int pkt_queue_push(struct pkt_queue *queue, struct pkt *pkt);
113 struct pkt *pkt_queue_fetch(struct pkt_queue *queue);
139 struct pkt_queue *output_queue;
144 struct pkt_queue *input_queue;
H A Dpkt_comm.c203 struct pkt_queue *pkt_queue_new() in pkt_queue_new()
205 struct pkt_queue *queue = malloc(sizeof(struct pkt_queue)); in pkt_queue_new()
208 sizeof(struct pkt_queue)); in pkt_queue_new()
222 void pkt_queue_delete(struct pkt_queue *queue) in pkt_queue_delete()
237 int pkt_queue_push(struct pkt_queue *queue, struct pkt *pkt) in pkt_queue_push()
250 int pkt_queue_full(struct pkt_queue *queue, int num) in pkt_queue_full()
255 struct pkt *pkt_queue_fetch(struct pkt_queue *queue) in pkt_queue_fetch()
271 int pkt_queue_get_total_size(struct pkt_queue *queue) in pkt_queue_get_total_size()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/wireless/ath/ath6kl/
H A Dhtc_pipe.c205 struct list_head *pkt_queue) in htc_issue_packets() argument
215 pkt_queue, get_queue_depth(pkt_queue)); in htc_issue_packets()
217 while (!list_empty(pkt_queue)) { in htc_issue_packets()
276 list_add(&packet->list, pkt_queue); in htc_issue_packets()
282 while (!list_empty(pkt_queue)) { in htc_issue_packets()
781 struct list_head *pkt_queue) in htc_send_packets_multiple() argument
786 if (list_empty(pkt_queue)) in htc_send_packets_multiple()
801 if (!list_empty(pkt_queue)) { in htc_send_packets_multiple()
806 do_send_completion(ep, pkt_queue); in htc_send_packets_multiple()
1629 if (list_empty(pkt_queue)) in ath6kl_htc_pipe_add_rxbuf_multiple()
[all …]
H A Dhtc_mbox.c31 struct list_head *pkt_queue);
2321 struct list_head *pkt_queue) in ath6kl_htc_mbox_add_rxbuf_multiple() argument
2328 if (list_empty(pkt_queue)) in ath6kl_htc_mbox_add_rxbuf_multiple()
2331 first_pkt = list_first_entry(pkt_queue, struct htc_packet, list); in ath6kl_htc_mbox_add_rxbuf_multiple()
2336 depth = get_queue_depth(pkt_queue); in ath6kl_htc_mbox_add_rxbuf_multiple()
2348 list_for_each_entry_safe(packet, tmp_pkt, pkt_queue, list) { in ath6kl_htc_mbox_add_rxbuf_multiple()
2359 list_splice_tail_init(pkt_queue, &endpoint->rx_bufq); in ath6kl_htc_mbox_add_rxbuf_multiple()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/wireless/ath/ath6kl/
H A Dhtc_pipe.c205 struct list_head *pkt_queue) in htc_issue_packets() argument
215 pkt_queue, get_queue_depth(pkt_queue)); in htc_issue_packets()
217 while (!list_empty(pkt_queue)) { in htc_issue_packets()
276 list_add(&packet->list, pkt_queue); in htc_issue_packets()
282 while (!list_empty(pkt_queue)) { in htc_issue_packets()
781 struct list_head *pkt_queue) in htc_send_packets_multiple() argument
786 if (list_empty(pkt_queue)) in htc_send_packets_multiple()
801 if (!list_empty(pkt_queue)) { in htc_send_packets_multiple()
806 do_send_completion(ep, pkt_queue); in htc_send_packets_multiple()
1629 if (list_empty(pkt_queue)) in ath6kl_htc_pipe_add_rxbuf_multiple()
[all …]
H A Dhtc_mbox.c31 struct list_head *pkt_queue);
2321 struct list_head *pkt_queue) in ath6kl_htc_mbox_add_rxbuf_multiple() argument
2328 if (list_empty(pkt_queue)) in ath6kl_htc_mbox_add_rxbuf_multiple()
2331 first_pkt = list_first_entry(pkt_queue, struct htc_packet, list); in ath6kl_htc_mbox_add_rxbuf_multiple()
2336 depth = get_queue_depth(pkt_queue); in ath6kl_htc_mbox_add_rxbuf_multiple()
2348 list_for_each_entry_safe(packet, tmp_pkt, pkt_queue, list) { in ath6kl_htc_mbox_add_rxbuf_multiple()
2359 list_splice_tail_init(pkt_queue, &endpoint->rx_bufq); in ath6kl_htc_mbox_add_rxbuf_multiple()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/wireless/ath/ath6kl/
H A Dhtc_pipe.c205 struct list_head *pkt_queue) in htc_issue_packets() argument
215 pkt_queue, get_queue_depth(pkt_queue)); in htc_issue_packets()
217 while (!list_empty(pkt_queue)) { in htc_issue_packets()
276 list_add(&packet->list, pkt_queue); in htc_issue_packets()
282 while (!list_empty(pkt_queue)) { in htc_issue_packets()
781 struct list_head *pkt_queue) in htc_send_packets_multiple() argument
786 if (list_empty(pkt_queue)) in htc_send_packets_multiple()
801 if (!list_empty(pkt_queue)) { in htc_send_packets_multiple()
806 do_send_completion(ep, pkt_queue); in htc_send_packets_multiple()
1629 if (list_empty(pkt_queue)) in ath6kl_htc_pipe_add_rxbuf_multiple()
[all …]
H A Dhtc_mbox.c31 struct list_head *pkt_queue);
2321 struct list_head *pkt_queue) in ath6kl_htc_mbox_add_rxbuf_multiple() argument
2328 if (list_empty(pkt_queue)) in ath6kl_htc_mbox_add_rxbuf_multiple()
2331 first_pkt = list_first_entry(pkt_queue, struct htc_packet, list); in ath6kl_htc_mbox_add_rxbuf_multiple()
2336 depth = get_queue_depth(pkt_queue); in ath6kl_htc_mbox_add_rxbuf_multiple()
2348 list_for_each_entry_safe(packet, tmp_pkt, pkt_queue, list) { in ath6kl_htc_mbox_add_rxbuf_multiple()
2359 list_splice_tail_init(pkt_queue, &endpoint->rx_bufq); in ath6kl_htc_mbox_add_rxbuf_multiple()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/infiniband/ulp/ipoib/
H A Dipoib_multicast.c126 while (!skb_queue_empty(&mcast->pkt_queue)) { in ipoib_mcast_free()
128 dev_kfree_skb_any(skb_dequeue(&mcast->pkt_queue)); in ipoib_mcast_free()
153 skb_queue_head_init(&mcast->pkt_queue); in ipoib_mcast_alloc()
307 while (!skb_queue_empty(&mcast->pkt_queue)) { in ipoib_mcast_join_finish()
308 struct sk_buff *skb = skb_dequeue(&mcast->pkt_queue); in ipoib_mcast_join_finish()
429 while (!skb_queue_empty(&mcast->pkt_queue)) { in ipoib_mcast_join_complete()
431 dev_kfree_skb_any(skb_dequeue(&mcast->pkt_queue)); in ipoib_mcast_join_complete()
631 !skb_queue_empty(&mcast->pkt_queue))) { in ipoib_mcast_join_task()
786 if (skb_queue_len(&mcast->pkt_queue) < IPOIB_MAX_MCAST_QUEUE) { in ipoib_mcast_send()
789 skb_queue_tail(&mcast->pkt_queue, skb); in ipoib_mcast_send()
[all …]
H A Dipoib.h178 struct sk_buff_head pkt_queue; member
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/infiniband/ulp/ipoib/
H A Dipoib_multicast.c126 while (!skb_queue_empty(&mcast->pkt_queue)) { in ipoib_mcast_free()
128 dev_kfree_skb_any(skb_dequeue(&mcast->pkt_queue)); in ipoib_mcast_free()
153 skb_queue_head_init(&mcast->pkt_queue); in ipoib_mcast_alloc()
307 while (!skb_queue_empty(&mcast->pkt_queue)) { in ipoib_mcast_join_finish()
308 struct sk_buff *skb = skb_dequeue(&mcast->pkt_queue); in ipoib_mcast_join_finish()
429 while (!skb_queue_empty(&mcast->pkt_queue)) { in ipoib_mcast_join_complete()
431 dev_kfree_skb_any(skb_dequeue(&mcast->pkt_queue)); in ipoib_mcast_join_complete()
631 !skb_queue_empty(&mcast->pkt_queue))) { in ipoib_mcast_join_task()
786 if (skb_queue_len(&mcast->pkt_queue) < IPOIB_MAX_MCAST_QUEUE) { in ipoib_mcast_send()
789 skb_queue_tail(&mcast->pkt_queue, skb); in ipoib_mcast_send()
[all …]
H A Dipoib.h178 struct sk_buff_head pkt_queue; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/infiniband/ulp/ipoib/
H A Dipoib_multicast.c126 while (!skb_queue_empty(&mcast->pkt_queue)) { in ipoib_mcast_free()
128 dev_kfree_skb_any(skb_dequeue(&mcast->pkt_queue)); in ipoib_mcast_free()
153 skb_queue_head_init(&mcast->pkt_queue); in ipoib_mcast_alloc()
307 while (!skb_queue_empty(&mcast->pkt_queue)) { in ipoib_mcast_join_finish()
308 struct sk_buff *skb = skb_dequeue(&mcast->pkt_queue); in ipoib_mcast_join_finish()
429 while (!skb_queue_empty(&mcast->pkt_queue)) { in ipoib_mcast_join_complete()
431 dev_kfree_skb_any(skb_dequeue(&mcast->pkt_queue)); in ipoib_mcast_join_complete()
631 !skb_queue_empty(&mcast->pkt_queue))) { in ipoib_mcast_join_task()
786 if (skb_queue_len(&mcast->pkt_queue) < IPOIB_MAX_MCAST_QUEUE) { in ipoib_mcast_send()
789 skb_queue_tail(&mcast->pkt_queue, skb); in ipoib_mcast_send()
[all …]
H A Dipoib.h178 struct sk_buff_head pkt_queue; member
/dports/net/frr7-pythontools/frr-frr-7.5.1/bgpd/
H A Dbgp_updgrp.h110 TAILQ_HEAD(pkt_queue, bpacket) pkts;
189 struct bpacket_queue pkt_queue; member
334 #define SUBGRP_PKTQ(s) &((s)->pkt_queue)
H A Dbgp_updgrp_packet.c204 return TAILQ_LAST(&(q->pkts), pkt_queue); in bpacket_queue_last()
355 last = TAILQ_LAST(&(q->pkts), pkt_queue); in bpacket_queue_virtual_length()
/dports/net/frr7/frr-frr-7.5.1/bgpd/
H A Dbgp_updgrp.h110 TAILQ_HEAD(pkt_queue, bpacket) pkts;
189 struct bpacket_queue pkt_queue; member
334 #define SUBGRP_PKTQ(s) &((s)->pkt_queue)
H A Dbgp_updgrp_packet.c204 return TAILQ_LAST(&(q->pkts), pkt_queue); in bpacket_queue_last()
355 last = TAILQ_LAST(&(q->pkts), pkt_queue); in bpacket_queue_virtual_length()
/dports/net/wireshark/wireshark-3.6.1/wiretap/
H A Dwtap_opttypes.c1837 static const wtap_opttype_t pkt_queue = { in wtap_opttypes_initialize() local
1922 wtap_opttype_option_register(&pkt_block, OPT_PKT_QUEUE, &pkt_queue); in wtap_opttypes_initialize()
/dports/net/wireshark-lite/wireshark-3.6.1/wiretap/
H A Dwtap_opttypes.c1837 static const wtap_opttype_t pkt_queue = { in wtap_opttypes_initialize() local
1922 wtap_opttype_option_register(&pkt_block, OPT_PKT_QUEUE, &pkt_queue); in wtap_opttypes_initialize()
/dports/net/tshark-lite/wireshark-3.6.1/wiretap/
H A Dwtap_opttypes.c1837 static const wtap_opttype_t pkt_queue = { in wtap_opttypes_initialize() local
1922 wtap_opttype_option_register(&pkt_block, OPT_PKT_QUEUE, &pkt_queue); in wtap_opttypes_initialize()
/dports/net/tshark/wireshark-3.6.1/wiretap/
H A Dwtap_opttypes.c1837 static const wtap_opttype_t pkt_queue = { in wtap_opttypes_initialize() local
1922 wtap_opttype_option_register(&pkt_block, OPT_PKT_QUEUE, &pkt_queue); in wtap_opttypes_initialize()