Searched refs:shaper (Results 1 - 7 of 7) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dshaper.c2 * Simple traffic shaper for Linux NET3.
50 * Downing the interface under the shaper before the shaper
95 __u32 shapestamp; /* Stamp for shaper */
108 static int shaper_lock(struct shaper *sh)
124 static void shaper_kick(struct shaper *sh);
126 static void shaper_unlock(struct shaper *sh)
137 static int shaper_clocks(struct shaper *shaper, struct sk_buff *skb) argument
139 int t=skb->len/shaper
149 shaper_setspeed(struct shaper *shaper, int bitspersec) argument
161 shaper_qframe(struct shaper *shaper, struct sk_buff *skb) argument
272 shaper_queue_xmit(struct shaper *shaper, struct sk_buff *skb) argument
310 shaper_kick(struct shaper *shaper) argument
377 shaper_flush(struct shaper *shaper) argument
397 struct shaper *shaper=dev->priv; local
418 struct shaper *shaper=dev->priv; local
[all...]
H A DMakefile.orig126 obj-$(CONFIG_SHAPER) += shaper.o
H A DMakefile126 obj-$(CONFIG_SHAPER) += shaper.o
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dif_shaper.h17 struct shaper struct
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dif_shaper.h17 struct shaper struct
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/atm/
H A Dzatm.c890 int shaper; local
895 for (shaper = 0; !((zatm_dev->free_shapers >> shaper) & 1); shaper++);
896 zatm_dev->free_shapers &= ~1 << shaper;
901 zatm_dev->ubr = shaper;
926 printk(KERN_CRIT DEV_LABEL "shaper algorithm botched "
939 zpokel(zatm_dev,(i << uPD98401_IM_I_SHIFT) | m,uPD98401_IM(shaper));
940 zpokel(zatm_dev,c << uPD98401_PC_C_SHIFT,uPD98401_PC(shaper));
941 zpokel(zatm_dev,0,uPD98401_X(shaper));
949 dealloc_shaper(struct atm_dev *dev,int shaper) argument
[all...]
H A Dzatm.h30 #define SHAPER_SIZE 4 /* shaper entry size (in bytes) */
74 int shaper; /* shaper, <0 if none */ member in struct:zatm_vcc
87 int ubr; /* UBR shaper; -1 if none */
88 int ubr_ref_cnt; /* number of VCs using UBR shaper */

Completed in 59 milliseconds