Searched refs:outfill (Results 1 – 2 of 2) sorted by relevance
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))1228 sl->outfill = (u8)*p;1229 if (sl->outfill != 0) {1231 jiffies + sl->outfill * HZ);1238 *p = sl->outfill;[all …]
94 unsigned char outfill; /* # of sec between outfill packet */ member