Lines Matching refs:outfill
416 clear_bit(SLF_OUTWAIT, &sl->flags); /* reset outfill flag */
842 if (sl->outfill) {
843 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
1228 sl->outfill = (u8)*p;
1229 if (sl->outfill != 0) {
1231 jiffies + sl->outfill * HZ);
1238 *p = sl->outfill;
1386 if (sl->outfill) {
1388 /* no packets were transmitted, do outfill */
1396 /* if device busy no outfill */
1402 mod_timer(&sl->outfill_timer, jiffies+sl->outfill*HZ);
1420 if (sl->outfill)
1421 /* outfill timer must be deleted too */