Lines Matching refs:outfill
417 clear_bit(SLF_OUTWAIT, &sl->flags); /* reset outfill flag */
843 if (sl->outfill) {
844 sl->outfill_timer.expires = jiffies + sl->outfill * HZ;
1159 sl->outfill = (u8)tmp;
1160 if (sl->outfill != 0) {
1162 jiffies + sl->outfill * HZ);
1170 if (put_user(sl->outfill, p))
1183 to allow get/set outfill/keepalive parameter
1232 sl->outfill = (u8)*p;
1233 if (sl->outfill != 0) {
1235 jiffies + sl->outfill * HZ);
1242 *p = sl->outfill;
1388 if (sl->outfill) {
1390 /* no packets were transmitted, do outfill */
1398 /* if device busy no outfill */
1404 mod_timer(&sl->outfill_timer, jiffies+sl->outfill*HZ);
1422 if (sl->outfill)
1423 /* outfill timer must be deleted too */