Searched refs:enqueue (Results 26 - 35 of 35) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sched/
H A Dsch_atm.c431 (ret = flow->q->enqueue(skb,flow->q)) != 0) {
692 .enqueue = atm_tc_enqueue,
H A Dsch_gred.c584 .enqueue = gred_enqueue,
H A Dsch_sfq.c489 .enqueue = sfq_enqueue,
H A Dsch_cbq.c375 if ((ret = cl->q->enqueue(skb, cl->q)) == NET_XMIT_SUCCESS) {
661 if (cl->q->enqueue(skb, cl->q) == 0) {
2050 .enqueue = cbq_enqueue,
H A Dsch_hfsc.c1575 err = cl->qdisc->enqueue(skb, cl->qdisc);
1722 .enqueue = hfsc_enqueue,
H A Dsch_htb.c244 * node). If we end up with classid MAJOR:0 we enqueue the skb into special
615 /* enqueue to helper queue */
631 } else if (cl->un.leaf.q->enqueue(skb, cl->un.leaf.q) !=
657 /* enqueue to helper queue */
897 qdisc drops packets in enqueue routine or if someone used
1611 .enqueue = htb_enqueue,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/bluetooth/
H A Dhci_bcsp.c757 .enqueue = bcsp_enqueue,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Ducc_geth.c184 static void enqueue(struct list_head *node, struct list_head *lh) function
1857 enqueue(p_lh, &enet_addr_cont->node); /* Put it back */
1898 enqueue(p_lh, &enet_addr_cont->node); /* Put it back */
1963 enqueue(p_lh, &enet_addr_cont->node); /* Put it back */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Ddirectory.c1051 enqueue(invalid_dircache_entries, dir); /* 3 */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Ddirectory.c1070 enqueue(invalid_dircache_entries, dir); /* 3 */

Completed in 119 milliseconds

12