Searched refs:outfill (Results 1 – 2 of 2) sorted by relevance
847 if (sl->outfill) {848 sl->outfill_timer.expires = jiffies + sl->outfill * HZ;1163 sl->outfill = (u8)tmp;1164 if (sl->outfill != 0) {1166 jiffies + sl->outfill * HZ);1174 if (put_user(sl->outfill, p))1236 sl->outfill = (u8)*p;1237 if (sl->outfill != 0) {1239 jiffies + sl->outfill * HZ);1246 *p = sl->outfill;[all …]
96 unsigned char outfill; /* # of sec between outfill packet */ member