Searched refs:enqueue (Results 1 - 14 of 14) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/net/sched/
H A Dsch_red.c259 enqueue:
282 goto enqueue;
303 goto enqueue;
310 goto enqueue;
H A Dsch_gred.c169 enqueue:
195 goto enqueue;
203 goto enqueue;
H A Dsch_generic.c44 - enqueue, dequeue are serialized via top level device
379 sch->enqueue = ops->enqueue;
H A Dsch_ingress.c142 * Unlike normal "enqueue" functions, ingress_enqueue returns a
223 fwres = q->enqueue(skb, q);
337 ingress_enqueue, /* enqueue */
H A Dsch_api.c60 which is able to enqueue packets and to dequeue them (when
82 Every discipline has two major routines: enqueue and dequeue.
93 ---enqueue
95 enqueue returns 0, if packet was enqueued successfully.
157 if (qops->enqueue == NULL)
158 qops->enqueue = noop_qdisc_ops.enqueue;
433 sch->enqueue = ops->enqueue;
H A Dsch_dsmark.c228 ((ret = p->q->enqueue(skb,p->q)) != 0)) {
447 dsmark_enqueue, /* enqueue */
H A Dsch_prio.c78 if ((ret = qdisc->enqueue(skb, qdisc)) == 0) {
H A Dsch_atm.c437 (ret = flow->q->enqueue(skb,flow->q)) != 0) {
685 atm_tc_enqueue, /* enqueue */
H A Dsch_cbq.c361 if ((ret = cl->q->enqueue(skb, cl->q)) == 0) {
646 if (cl->q->enqueue(skb, cl->q) == 0) {
H A Dsch_htb.c86 1 - enqueue
281 * node). If we end up with classid MAJOR:0 we enqueue the skb into special
694 /* enqueue to helper queue */
704 } else if (cl->un.leaf.q->enqueue(skb, cl->un.leaf.q) != NET_XMIT_SUCCESS) {
730 /* enqueue to helper queue */
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/hil/
H A Dhp_sdc_mlc.c268 goto enqueue;
303 enqueue:
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/
H A Dpkt_sched.h59 int (*enqueue)(struct sk_buff *, struct Qdisc *); member in struct:Qdisc_ops
76 int (*enqueue)(struct sk_buff *skb, struct Qdisc *dev); member in struct:Qdisc
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/
H A Dpkt_sched.h59 int (*enqueue)(struct sk_buff *, struct Qdisc *); member in struct:Qdisc_ops
76 int (*enqueue)(struct sk_buff *skb, struct Qdisc *dev); member in struct:Qdisc
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/core/
H A Ddev.c1028 if (q->enqueue) {
1029 int ret = q->enqueue(skb, q);
1266 enqueue:
1285 goto enqueue;

Completed in 113 milliseconds